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
{{ message }}
This repository was archived by the owner on Sep 22, 2023. It is now read-only.
It looks like the library depends on tslib but that dependency is not stated in package.json.
After a bit of research I found out that the tsconfig option importHelpers introduces code generation optimizations that depend on tslib. Since that option is enabled in mt940-js I think it may be necessary to add tslib as a dependency for the library to work out of the box. What do you think ?
Thanks for the work invested in this very nice library!
Regards,
Esteban
ashraymehta, makbol, woeiliangleeglmy and henriklippke