mirror of
https://github.com/xHyroM/waki.git
synced 2024-11-10 01:18:07 +01:00
Jozef Steinhübl
7c0f11b1ae
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
11 lines
237 B
JSON
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": []
|
|
}
|