diff --git a/client/tsconfig.json b/client/tsconfig.json index 58bf83e7..94494fe8 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -19,8 +19,9 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true + "incremental": true, + "strictPropertyInitialization": false }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "../api_v2"] }