【issues/5564】解决tsconfig.json找不到“vite/client”的类型定义文件错误
parent
a67f074690
commit
4c61aa136a
|
@ -18,7 +18,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"lib": ["dom", "esnext"],
|
||||
"types": ["vite/client", "jest"],
|
||||
"typeRoots": ["./node_modules/@types/", "./types"],
|
||||
"typeRoots": ["./node_modules/@types/", "./types","./node_modules"],
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
|
|
Loading…
Reference in New Issue