branch:
tsconfig.json
237 bytesRaw
{
"compilerOptions": {
"types": [
"@cloudflare/workers-types",
"@cloudflare/vitest-pool-workers/types"
]
},
"extends": "../../../../tsconfig.base.json",
"include": ["./**/*.ts", "./**/*.d.ts", "../**/*.ts"]
}