crusade-tracker/tsconfig.nostrictnull.json
2021-01-18 15:27:50 -05:00

7 lines
93 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"strictNullChecks": false
}
}