diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index d207f5966..ae0aaf61a 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -22,6 +22,7 @@ "compilerOptions": { "lib": ["dom", "es2022"], "module": "preserve", + "strictNullChecks": true, "target": "es2020" } }