Skip to content

Commit b4ee8ed

Browse files
committed
chore: update tsconfig to include node types in compiler options
1 parent c5b1fae commit b4ee8ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"types": ["@cloudflare/vitest-pool-workers"]
4+
"types": ["@cloudflare/vitest-pool-workers/types", "node"]
55
},
66
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
77
"exclude": []

0 commit comments

Comments
 (0)