tsconfig 增加 types , 解决webstorm提示错误 (#1527)
This commit is contained in:
parent
a281631ae3
commit
266b566850
|
|
@ -20,6 +20,7 @@
|
|||
"lib": ["dom", "esnext"],
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"types": ["vite/client"],
|
||||
"removeComments": true,
|
||||
"paths": {
|
||||
"/@/*": ["src/*"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue