Skip to content

Commit

Permalink
fix: generated module augmentation should use @intlify/core-base (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Jul 19, 2024
1 parent 9aa7171 commit e2c58c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ declare module 'vue-i18n' {
interface VueI18n extends NuxtI18nRoutingCustomProperties<${resolvedLocaleType}> {}
}
declare module '@intlify/core' {
declare module '@intlify/core-base' {
// generated based on configured locales
interface GeneratedTypeConfig {
locale: ${localeCodeStrings.map(x => JSON.stringify(x)).join(' | ')}
Expand Down

0 comments on commit e2c58c6

Please sign in to comment.