refactor: 移除类型声明
Former-commit-id: 19649663bdaccf2d31f8f5939348f4e9d6e72df9
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
|
||||||
"allowSyntheticDefaultImports": true /* 允许默认导入 */,
|
"allowSyntheticDefaultImports": true /* 允许默认导入 */,
|
||||||
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
||||||
"types": ["element-plus/global"],
|
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types/",
|
"./node_modules/@types/",
|
||||||
"src/types"
|
"src/types"
|
||||||
|
|||||||
Reference in New Issue
Block a user