tsconfig.json 242 B

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