kazupon / nuxt-i18n-next

MIT License
11 stars 0 forks source link

Unknwon i18n property in Nuxt config #2

Open lucpotage opened 2 years ago

lucpotage commented 2 years ago

For some reason, VSCode tells me i18n is not a known property:

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?