diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 5ef893ea..f4dcbd47 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -5,8 +5,9 @@ "paths": { "@/*": ["./src/*"], "@public/*": ["./public/*"] - } + }, + "strictNullChecks": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] -} \ No newline at end of file +}