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