ShatteredSword/tsconfig.json
2020-08-03 16:51:20 -04:00

10 lines
157 B
JSON

{
"files": [
"src/main.ts",
"src/greet.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5"
}
}