Skip to content

Commit f1bba5e

Browse files
committed
Remove typecheck field from vitest.config.mts
1 parent e7c4005 commit f1bba5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vitest.config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const __dirname = path.dirname(__filename)
88

99
export default defineConfig({
1010
test: {
11-
typecheck: { tsconfig: './test/typetests/tsconfig.json' },
1211
environment: 'jsdom',
1312
setupFiles: ['./vitest.setup.ts'],
1413
globals: true,

0 commit comments

Comments
 (0)