{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022", "WebWorker"], "module": "ES2022", "moduleResolution": "Bundler", "types": ["@cloudflare/workers-types"], "strict": true, "noEmit": true, "skipLibCheck": true }, "include": ["src/**/*.ts"] }