0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:30:44 -05:00
server/project/tsconfig.strictNullChecks.json
Alex aee391ec1d Null checks first pass (!353)
Co-authored-by: clodan <clodan@clodan.com>
Reviewed-on: SPT/Server#353
2024-05-27 16:05:16 +00:00

7 lines
101 B
JSON

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