1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-15 06:29:32 +00:00
8bitworkshop/src/common/ecs/tsconfig.json
2022-01-29 12:47:37 -06:00

10 lines
198 B
JSON

{
"compilerOptions": {
"noImplicitThis": true,
"noImplicitAny": true,
"preserveConstEnums": true,
"alwaysStrict": true,
"strictNullChecks": true,
}
}