ShatteredSword/tsconfig.json

12 lines
199 B
JSON
Raw Normal View History

2020-08-03 16:51:20 -04:00
{
"include": [
"src/**/*",
2022-04-12 00:08:57 -04:00
"src/*",
"src/**/*.ts",
"spec/**/*.ts"
2020-08-03 16:51:20 -04:00
],
"compilerOptions": {
"noImplicitAny": true,
2020-11-29 19:49:04 -05:00
"target": "es2016"
2020-08-03 16:51:20 -04:00
}
}