supermemory/apps/cf-ai-backend/tsconfig.json
2024-07-16 19:26:47 -05:00

7 lines
121 B
JSON

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