refactor: 移除类型声明
This commit is contained in:
parent
5aac2de2eb
commit
19649663bd
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue