Skip to content

Commit 1fe2053

Browse files
committed
Update vitest.config.ts
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 54fb381 commit 1fe2053

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: vitest.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ import { defineConfig } from "vitest/config";
33
export default defineConfig({
44
test: {
55
testTimeout: 10000,
6+
typecheck: {
7+
enabled: true,
8+
},
69
},
710
});

0 commit comments

Comments
 (0)