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 dd8eef1 commit 4371405Copy full SHA for 4371405
tsconfig.json
@@ -23,7 +23,7 @@
23
"outDir": "./dist",
24
"sourceMap": true,
25
"skipLibCheck": true,
26
- "useUnknownInCatchVariables": false,
+ "useUnknownInCatchVariables": false
27
},
28
"exclude": [
29
"./dist",
vitest.config.ts
@@ -1,5 +1,4 @@
1
-// vitest.config.ts
2
-import { coverageConfigDefaults, defineConfig } from 'vitest/config'
+import { defineConfig } from 'vitest/config'
3
4
export default defineConfig({
5
test: {
0 commit comments