Skip to content

Commit f801119

Browse files
committed
chore: remove extra tsconfig
1 parent 8756e3a commit f801119

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

tsconfig.test.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
enabled: true,
3131
checker: 'tsc',
3232
include: ['test/**/*.ts'],
33-
tsconfig: './tsconfig.test.json',
33+
tsconfig: './tsconfig.json',
3434
},
3535
},
3636
resolve: {

0 commit comments

Comments
 (0)