1
0
Fork 0
mirror of https://github.com/xHyroM/waki.git synced 2024-11-10 01:18:07 +01:00
waki/test/tsconfig.json
Jozef Steinhübl 7c0f11b1ae
Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.21.2
  project name = waki
  package manager = pnpm@9.0.5
  wrangler = wrangler@3.57.0
  git = 2.45.0
2024-05-20 10:34:18 +02:00

11 lines
237 B
JSON

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