chore: fix locale/lang/*.ts dts default export (#23741)

This commit is contained in:
rzzf
2026-03-07 19:13:12 +08:00
committed by GitHub
parent 39076202ec
commit fe437c84ca

View File

@@ -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,