Skip to content

Commit 6095160

Browse files
committed
update tsconfig to include vitest/globals
1 parent b5339e0 commit 6095160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["tests", "utils"],
44

55
"compilerOptions": {
6-
"types": ["jest", "node"],
6+
"types": ["vitest/globals", "node"],
77
"noEmit": true,
88
"strict": true,
99
"esModuleInterop": true

0 commit comments

Comments
 (0)