aboutsummaryrefslogtreecommitdiff
path: root/apps/cf-ai-backend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cf-ai-backend/tsconfig.json')
-rw-r--r--apps/cf-ai-backend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/tsconfig.json b/apps/cf-ai-backend/tsconfig.json
index 2b75d5a0..fcdf6914 100644
--- a/apps/cf-ai-backend/tsconfig.json
+++ b/apps/cf-ai-backend/tsconfig.json
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"lib": ["ES2020"],
- "types": ["@cloudflare/workers-types"]
+ "types": ["@cloudflare/workers-types"],
+ "downlevelIteration": true
}
}