diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 49fa191a5..bfb9303da 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -3,6 +3,8 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "noImplicitAny": true, + "alwaysStrict": true, + "strictNullChecks": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true,