| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ES2022", | |
| "moduleResolution": "bundler", | |
| "lib": ["ES2022"], | |
| "types": ["@cloudflare/workers-types"], | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "noEmit": true | |
| }, | |
| "include": ["src/**/*"] | |
| } | |