{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Bundler", "lib": ["ES2022"], "types": ["@cloudflare/workers-types"], "strict": true, "skipLibCheck": true, "allowJs": true, "noEmit": true }, "include": ["index.ts", "sandbox.mjs"] }