refactor(tsconfig.json): 删除vite-plugin-svg-icons/client类型声明

This commit is contained in:
郝先瑞 2022-04-15 00:34:37 +08:00
parent abd9e9d2e8
commit 95afa4c28f
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@
}, },
"allowSyntheticDefaultImports": true, // "allowSyntheticDefaultImports": true, //
"skipLibCheck": true, // element-plus "skipLibCheck": true, // element-plus
"types": ["vite-plugin-svg-icons/client","element-plus/global"] "types": ["element-plus/global"]
}, },
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
} }