aboutsummaryrefslogtreecommitdiff
path: root/apps/cf-ai-backend/tsconfig.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-06-18 17:58:46 -0500
committerDhravya Shah <[email protected]>2024-06-18 17:58:46 -0500
commitf4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2 (patch)
tree7310dc521ef3559055bbe71f50c3861be2fa0503 /apps/cf-ai-backend/tsconfig.json
parentdarkmode by default - so that the colors don't f up on lightmode devices (diff)
parentCreate Embeddings for Canvas (diff)
downloadsupermemory-default-darkmode.tar.xz
supermemory-default-darkmode.zip
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
}
}