aboutsummaryrefslogtreecommitdiff
path: root/apps/backend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/backend/tsconfig.json')
-rw-r--r--apps/backend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/backend/tsconfig.json b/apps/backend/tsconfig.json
index a45a87e9..54772d5f 100644
--- a/apps/backend/tsconfig.json
+++ b/apps/backend/tsconfig.json
@@ -8,7 +8,8 @@
"lib": ["ESNext"],
"types": [
"@cloudflare/workers-types/experimental",
- "@cloudflare/workers-types"
+ "@cloudflare/workers-types",
+ "@cloudflare/vitest-pool-workers"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"