ShatteredSword/tsconfig.json

10 lines
152 B
JSON

{
"include": [
"src/**/*",
"src/*"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es2016"
}
}