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
Hi, im using timeago.js into a typescript project.
Typescript module import resolution without extensions will add .ts at the end of every import on transpiled files.
This is causing a lot of warnings because is trying to resolve ts files from timeago.js
Related issue: microsoft/TypeScript#16577
The text was updated successfully, but these errors were encountered:
Hi, im using timeago.js into a typescript project.
Typescript module import resolution without extensions will add .ts at the end of every import on transpiled files.
This is causing a lot of warnings because is trying to resolve ts files from timeago.js
Related issue:
microsoft/TypeScript#16577
The text was updated successfully, but these errors were encountered: