| 1234567891011 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node22/tsconfig.json",
- "compilerOptions": {
- "module": "ESNext",
- "moduleResolution": "bundler",
- "jsx": "preserve",
- "jsxImportSource": "react",
- "types": ["@cloudflare/workers-types", "node"]
- }
- }
|