chore: Enabled strict-null-checks
authorKai Moritz <kai@juplo.de>
Sat, 7 Jan 2023 18:40:29 +0000 (19:40 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 7 Jan 2023 18:40:29 +0000 (19:40 +0100)
tsconfig.json

index ed966d4..07606cd 100644 (file)
@@ -6,6 +6,7 @@
     "outDir": "./dist/out-tsc",
     "forceConsistentCasingInFileNames": true,
     "strict": true,
+    "strictNullChecks": true,
     "noImplicitOverride": true,
     "noPropertyAccessFromIndexSignature": true,
     "noImplicitReturns": true,