Skip to content

Commit

Permalink
fixbug: 删除多余定义的types
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 17, 2021
1 parent af442c7 commit ac5a9aa
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 @@ -16,7 +16,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"types": ["vite/client", "jest"],
"types": ["vite/client"],
"typeRoots": ["./node_modules/@types/", "./types"],
"lib": ["esnext", "dom"],
"paths": {
Expand Down

0 comments on commit ac5a9aa

Please sign in to comment.