refactor: 移除类型声明

Former-commit-id: 19649663bd
This commit is contained in:
haoxr 2023-02-16 23:57:14 +08:00
parent bf4e8fd074
commit c7669cea0f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true /* */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"types": ["element-plus/global"],
"typeRoots": [
"./node_modules/@types/",
"src/types"