| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "ES2022", |
| 4 | "module": "ES2022", |
| 5 | "moduleResolution": "bundler", |
| 6 | "lib": ["ES2022"], |
| 7 | "types": ["@cloudflare/workers-types"], |
| 8 | "strict": true, |
| 9 | "noUncheckedIndexedAccess": true, |
| 10 | "noImplicitOverride": true, |
| 11 | "verbatimModuleSyntax": true, |
| 12 | "skipLibCheck": true, |
| 13 | "noEmit": true |
| 14 | }, |
| 15 | "include": ["src"] |
| 16 | } |
| 17 |