supermemory/apps/cf-ai-backend/tsconfig.json
2024-06-16 18:17:54 -05:00

7 lines
129 B
JSON

{
"compilerOptions": {
"lib": ["ES2020"],
"types": ["@cloudflare/workers-types"],
"downlevelIteration": true
}
}