mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: fix ts
This commit is contained in:
@@ -44,6 +44,7 @@ export async function generateTypesDefinitions() {
|
||||
compilerOptions: {
|
||||
emitDeclarationOnly: true,
|
||||
declaration: true,
|
||||
preserveSymlinks: true,
|
||||
},
|
||||
}),
|
||||
output: {
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
"@element-plus/locale": ["packages/locale"],
|
||||
"@element-plus/locale/*": ["packages/locale/*"],
|
||||
"element-plus": ["packages/element-plus"]
|
||||
},
|
||||
"preserveSymlinks": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user