mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
9 lines
285 B
JSON
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"]
|
|
}
|
|
}
|