Skip to content

Automatically generate VIntl type augmentation based on controllerOpts #74

@brawaru

Description

@brawaru

E.g., when controllerOpts.globalMixin is set to false, make this module automatically and reference .nuxt/i18n/vintl.d.ts with the following contents:

declare global {
  namespace VueIntlController {
    interface Options {
      globalMixin: false
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions