Closed jdeniau closed 3 years ago
did you set the skipLibCheck to true? https://github.com/i18next/i18next-chained-backend#typescript
@adrai Oh sorry I didn't see that this is in the readme file 🤦
As a matter of fact I did post the solution as a "temporary fix" in my issue.
It is something that is fixable that you did not managed to fix or is it by design ?
@pedrodurek maybe knows the detail?
It's by design, that's the only way to automatically infer PluginOptions
which happens to have conflicts with other plugins. skipLibCheck: true
is also recommended to reduce compilation time.
🐛 Bug Report
There is a conflict in the .d.ts files between i18next-chained-backend and i18next-http-backend
To Reproduce
i18n config
Current behavior
Expected behavior
No error
Possible temporary fix
Setting
"skipLibCheck": true
hide the issueYour Environment