【issues/5564】解决tsconfig.json找不到“vite/client”的类型定义文件错误

pull/975/head
zhangdaiscott 2023-12-05 12:01:52 +08:00
parent a67f074690
commit 4c61aa136a
1 changed files with 1 additions and 1 deletions

View File

@ -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": {