tsconfig.json 260 B

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