0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00
server/project/tsconfig.strictNullChecks.json
Alex 1bf520a044 Added null checks as warnings (!352)
Co-authored-by: clodan <clodan@clodan.com>
Reviewed-on: SPT/Server#352
Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com>
Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
2024-05-27 13:08:21 +00:00

7 lines
106 B
JSON

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