ShatteredSword/tsconfig.json

10 lines
152 B
JSON
Raw Normal View History

2020-08-03 16:51:20 -04:00
{
"include": [
"src/**/*",
"src/*"
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
}
}