cloudflare/vinext
Publicmirrored from https://github.com/cloudflare/vinextAvailable
examples/benchmarks/tsconfig.json
17lines · modecode
| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "ES2022", |
| 4 | "module": "ESNext", |
| 5 | "moduleResolution": "bundler", |
| 6 | "jsx": "react-jsx", |
| 7 | "strict": true, |
| 8 | "esModuleInterop": true, |
| 9 | "skipLibCheck": true, |
| 10 | "forceConsistentCasingInFileNames": true, |
| 11 | "resolveJsonModule": true, |
| 12 | "isolatedModules": true, |
| 13 | "noEmit": true, |
| 14 | "types": ["@cloudflare/workers-types"] |
| 15 | }, |
| 16 | "include": ["app", "worker"] |
| 17 | } |