Skip to content

Commit

Permalink
fix: fixed vitest types in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 11, 2024
1 parent c399d7f commit 856119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client",
"vitest/globals",
"vitest",
"jsdom",
"node",
],
Expand Down

0 comments on commit 856119e

Please sign in to comment.