crusade-tracker/tsconfig.nostrictnull.json

7 lines
93 B
JSON
Raw Normal View History

2021-01-18 20:27:50 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"strictNullChecks": false
}
}