toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
643 stars 108 forks source link

'typesOutputPath' does not exist in type 'I18nOptions'. #459

Closed CarelessAsado closed 1 year ago

CarelessAsado commented 1 year ago

I am getting a Ts error when trying to add typesOutputPath to the I18nModule options. I am using "nestjs-i18n": "^9.2.1",

Capture d’écran (55)

Here is the Ts interface

Capture d’écran (54)

CarelessAsado commented 1 year ago

Bumped up the Nest-I18n to the latest one and problem went away