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 42bd08a commit 3046873Copy full SHA for 3046873
vite.config.ts
@@ -7,6 +7,7 @@ export default defineConfig({
7
globals: true,
8
typecheck: {
9
enabled: true,
10
+ tsconfig: './tsconfig.test.json',
11
},
12
13
});
0 commit comments