Skip to content

Commit b69e27e

Browse files
committedMar 9, 2025
fix tsconfig name
1 parent cb5e2f9 commit b69e27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
typecheck: {
66
enabled: true,
77
include: ['tests/typecheck-tests.ts'],
8-
tsconfig: 'tests/tsconfig.test.json',
8+
tsconfig: 'tests/tsconfig.tests.json',
99
},
1010
},
1111
})

0 commit comments

Comments
 (0)