8bitworkshop/src/common/ecs/tsconfig.json

10 lines
198 B
JSON

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