ShatteredSword/tsconfig.json

10 lines
157 B
JSON
Raw Normal View History

2020-08-03 16:51:20 -04:00
{
"files": [
"src/main.ts",
"src/greet.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5"
}
}