Closed polarove closed 1 month ago
Expected
Export type locale from the package, thus can be imported in nuxt projects
interface Locale { code: LocaleCode disabled?: boolean iso?: string dir?: 'ltr' | 'rtl' | 'auto' }
What actually happenned
After run the command npm run prepack, the type Locale is not exported from the dist/module.d.ts or dist/module.d.mts
npm run prepack
Locale
dist/module.d.ts
dist/module.d.mts
fixed! thx
Expected
Export type locale from the package, thus can be imported in nuxt projects
What actually happenned
After run the command
npm run prepack
, the typeLocale
is not exported from thedist/module.d.ts
ordist/module.d.mts