projects
/
demos
/
kafka
/
chat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3f6ba
)
chore: Enabled strict-null-checks
author
Kai Moritz
<kai@juplo.de>
Sat, 7 Jan 2023 18:40:29 +0000
(19:40 +0100)
committer
Kai Moritz
<kai@juplo.de>
Sat, 7 Jan 2023 18:40:29 +0000
(19:40 +0100)
tsconfig.json
patch
|
blob
|
history
diff --git
a/tsconfig.json
b/tsconfig.json
index
ed966d4
..
07606cd
100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-6,6
+6,7
@@
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
+ "strictNullChecks": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,