{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noEmit": true, "lib": ["ES2022"], "types": ["@cloudflare/workers-types"] }, "include": ["src"] }