tsconfig.json 183 B

12345678
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "types": ["@cloudflare/vitest-pool-workers"]
  5. },
  6. "include": ["./**/*.ts", "../worker-configuration.d.ts"],
  7. "exclude": []
  8. }