Open lucpotage opened 2 years ago
For some reason, VSCode tells me i18n is not a known property:
i18n
Object literal may only specify known properties, and 'i18n' does not exist in type 'NuxtConfig'.
I checked your playground. How did you skip this kind of error with a Nuxt 3 TypeScript config?
For some reason, VSCode tells me
i18n
is not a known property:I checked your playground. How did you skip this kind of error with a Nuxt 3 TypeScript config?