We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e2f9 commit b69e27eCopy full SHA for b69e27e
vitest.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
typecheck: {
6
enabled: true,
7
include: ['tests/typecheck-tests.ts'],
8
- tsconfig: 'tests/tsconfig.test.json',
+ tsconfig: 'tests/tsconfig.tests.json',
9
},
10
11
})
0 commit comments