| 123456789101112 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node22/tsconfig.json",
- "compilerOptions": {
- "lib": ["ES2023", "WebWorker"],
- "module": "ESNext",
- "moduleResolution": "bundler",
- "noEmit": true,
- "types": ["@cloudflare/workers-types", "bun"]
- },
- "include": ["src"]
- }
|