diff --git a/www/tsconfig.json b/www/tsconfig.json index 9c9b16c2..0e1b89ae 100644 --- a/www/tsconfig.json +++ b/www/tsconfig.json @@ -18,7 +18,8 @@ "name": "next" } ], - "strictNullChecks": true + "strictNullChecks": true, + "downlevelIteration": true }, "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]