mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
migrating more stuff into domain pkg
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user