mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 03:40:19 +08:00
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
Block a user