Skip to content

Commit

Permalink
fix: Vitest typecheck
Browse files Browse the repository at this point in the history
Fix Vitest `typecheck` by (1) updating Vitest (2) enabling `typecheck` (3) pointing typecheck to the tests tsconfig
  • Loading branch information
yamcodes committed Sep 14, 2024
1 parent fda13eb commit ae1b7e1
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"radashi-helper": "^0.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"sideEffects": false,
"browserslist": [
Expand Down
Loading

0 comments on commit ae1b7e1

Please sign in to comment.