types: add element-plus/global to tsconfig

This commit is contained in:
xiaoxian521 2021-10-03 08:46:29 +08:00
parent 34782fe351
commit 77b7abcbc3

View File

@ -24,7 +24,7 @@
"@build/*": ["build/*"],
"/#/*": ["types/*"]
},
"types": ["node", "vite/client"],
"types": ["node", "vite/client", "element-plus/global"],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": [