mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: fix locale/lang/*.ts dts default export (#23741)
This commit is contained in:
@@ -22,7 +22,7 @@ const external = [/^@floating-ui/, /^@vue/, /^vue/, /^csstype/, ...pkgExternal]
|
||||
|
||||
export async function generateTypesDefinitions() {
|
||||
const input = excludeFiles(
|
||||
await glob(['**/index.ts', '!**/style/index.ts'], {
|
||||
await glob(['**/index.ts', 'locale/lang/*.ts', '!**/style/index.ts'], {
|
||||
cwd: pkgRoot,
|
||||
absolute: true,
|
||||
onlyFiles: true,
|
||||
|
||||
Reference in New Issue
Block a user