Skip to content

Commit

Permalink
types: add vitest types
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Oct 7, 2022
1 parent 5a99f36 commit ae48a05
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 @@ -13,7 +13,7 @@
"sourceMap": true,
"downlevelIteration": true,
"lib": ["esnext", "DOM"],
"types": ["jest"],
"types": ["vitest/globals"],
"paths": {
"@mini-vue/*": ["packages/*/src"]
}
Expand Down

0 comments on commit ae48a05

Please sign in to comment.