Files
recflare/packages/domain/tsconfig.json
2026-07-09 00:56:50 -04:00

9 lines
285 B
JSON

{
"extends": "@repo/typescript-config/workers-lib.json",
// domain has no vitest of its own, so pull in only the D1/Workers ambient types
// (drop @cloudflare/vitest-pool-workers/types that workers-lib.json adds).
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
}
}