From: Kai Moritz Date: Sat, 7 Jan 2023 18:40:29 +0000 (+0100) Subject: chore: Enabled strict-null-checks X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=8a21cd6c2e2c551393ed0abf220b7ea1514c1c87;p=demos%2Fkafka%2Fchat chore: Enabled strict-null-checks --- diff --git a/tsconfig.json b/tsconfig.json index ed966d43..07606cd3 100644 --- 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,