tsconfig.json 297 B

1234567891011
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/node22/tsconfig.json",
  4. "compilerOptions": {
  5. "module": "ESNext",
  6. "moduleResolution": "bundler",
  7. "jsx": "preserve",
  8. "jsxImportSource": "react",
  9. "types": ["@cloudflare/workers-types", "node"]
  10. }
  11. }