Skip to content

Commit 8dec5a8

Browse files
committed
refactor: adjust testing tsconfig to align wit the rest of the repo
1 parent 1adf937 commit 8dec5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-setup/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../dist/out-tsc",
55
"declaration": true,
6-
"types": ["node"]
6+
"types": ["vitest/globals", "vitest/importMeta", "vite/client", "node"]
77
},
88
"include": ["src/**/*.ts"],
99
"exclude": [

0 commit comments

Comments
 (0)