go-vanity/test/tsconfig.json
Andrew Ying d86b9e38de Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.50.4
  project name = witos-go
  package manager = npm@8.3.0
  wrangler = wrangler@4.24.4
  git = 2.43.0
2025-07-21 08:22:28 +01:00

8 lines
183 B
JSON

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