Server/project/tsconfig.strictNullChecks.json
Alex aee391ec1d Null checks first pass (!353)
Co-authored-by: clodan <clodan@clodan.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/353
2024-05-27 16:05:16 +00:00

7 lines
101 B
JSON

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