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
8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/vitest-pool-workers"]
|
|
},
|
|
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
|
|
"exclude": []
|
|
}
|