supermemory/apps/cf-ai-backend/tsconfig.json

6 lines
97 B
JSON

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