You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was digging into this, however I was not able to find a satisfying solution. The issue seems to be triggered by "moduleResolution": "node16". In our package "@tolgee/web", we have "type: module", which seems to cause typescript in this mode resolution is failing to import relative paths without file extension. However I didn't find any way how to force tsc to include file extensions in .d.ts files.
The issue is actually fixed if I remove "type: module" from our package, but that causes many other issues for us, so that is not currently possible.
Importing
Tolgee
fails starting from@tolgee/i18next
v5.23.0.This line:
Throws:
It works fine with
@tolgee/i18next
v5.22.0.The text was updated successfully, but these errors were encountered: