Skip to content

Commit 3bf00e6

Browse files
committed
fix: remove unneeded globals
1 parent 8fc12bc commit 3bf00e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.test.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"extends": "./tsconfig.build.json",
33
"compilerOptions": {
44
"isolatedModules": true,
5-
"allowSyntheticDefaultImports": true,
6-
"types": ["vitest", "vitest/globals"]
5+
"allowSyntheticDefaultImports": true
76
},
87
"include": ["src/**/*.ts", "tests/**/*.ts"]
98
}

0 commit comments

Comments
 (0)