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