build: use strict null checks part 1

This commit is contained in:
Kamil Myśliwiec
2024-11-26 12:46:59 +01:00
parent 38367e8e88
commit 10fdf16c47
51 changed files with 413 additions and 304 deletions

View File

@@ -4,6 +4,8 @@
"noImplicitAny": false,
"noUnusedLocals": false,
"removeComments": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"forceConsistentCasingInFileNames": true,
"noLib": false,
"emitDecoratorMetadata": true,