diff --git a/tsconfig.json b/tsconfig.json index 0965e79..771a2b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"