Files
twitch-cloud-ebs/test/tsconfig.json
T
sugoidogo 7dd84c77a4 Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.52.3
  project name = twitch-cloud-ebs
  package manager = npm@10.9.2
  wrangler = wrangler@4.42.1
  git = 2.47.3
2025-10-20 01:05:41 -07:00

9 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/vitest-pool-workers"]
},
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
"exclude": []
}