MCP TaskManager

by Rudra-ravi
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "lib": ["ES2020", "WebWorker"], "types": ["@cloudflare/workers-types"], "outDir": "dist", "skipLibCheck": true }, "include": ["*.ts"], "exclude": ["node_modules"] }