We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc12bc commit 3bf00e6Copy full SHA for 3bf00e6
tsconfig.test.json
@@ -2,8 +2,7 @@
2
"extends": "./tsconfig.build.json",
3
"compilerOptions": {
4
"isolatedModules": true,
5
- "allowSyntheticDefaultImports": true,
6
- "types": ["vitest", "vitest/globals"]
+ "allowSyntheticDefaultImports": true
7
},
8
"include": ["src/**/*.ts", "tests/**/*.ts"]
9
}
0 commit comments