diff --git a/config/tsconfig.json b/config/tsconfig.json index 3c37720de..24e9cd00c 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -12,6 +12,7 @@ "skipLibCheck": true, /* Strict type checking */ "strict": true, + "strictNullChecks": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitOverride": true, @@ -34,7 +35,6 @@ ] }, "allowJs": true, - "strict": false, "incremental": true, "esModuleInterop": true, "resolveJsonModule": true,