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 2a41cba commit 61a7956Copy full SHA for 61a7956
tsconfig.json
@@ -12,6 +12,7 @@
12
"allowSyntheticDefaultImports": true,
13
"esModuleInterop": true,
14
"moduleResolution": "node",
15
+ "skipLibCheck": true,
16
"strict": true
17
},
18
"include": ["src"]
vitest.config.ts
@@ -1,5 +1,5 @@
1
/// <reference types="vitest" />
2
-import { defineConfig } from "vite";
+import { defineConfig } from "vitest/config";
3
4
export default defineConfig({
5
test: {
0 commit comments