| { | |
| "compilerOptions": { | |
| "target": "ES2021", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "lib": ["ES2021"], | |
| "types": ["@cloudflare/workers-types"] | |
| }, | |
| "include": ["src"] | |
| } | |
| { | |
| "compilerOptions": { | |
| "target": "ES2021", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "lib": ["ES2021"], | |
| "types": ["@cloudflare/workers-types"] | |
| }, | |
| "include": ["src"] | |
| } | |