E.g., when `controllerOpts.globalMixin` is set to `false`, make this module automatically and reference `.nuxt/i18n/vintl.d.ts` with the following contents: ```ts declare global { namespace VueIntlController { interface Options { globalMixin: false } } } ```
E.g., when
controllerOpts.globalMixinis set tofalse, make this module automatically and reference.nuxt/i18n/vintl.d.tswith the following contents: