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
I am trying to use this library in my angular/ionic project and I am running into problems importing this package. typescript wants an index.d.ts but i think even an index.js would be still be read.
is there any change that could be a possible addition to this project?
The text was updated successfully, but these errors were encountered:
@not-a-designer, was just combing through the issues here and I think I have a solution for you. You just need to add your own type description file and tell typescript where it is. This post should explain everything and it should be pretty straight forward. Hope that helps. If so, if you wouldn't mind closing this issue, that would be great.
I am trying to use this library in my angular/ionic project and I am running into problems importing this package. typescript wants an
index.d.ts
but i think even anindex.js
would be still be read.is there any change that could be a possible addition to this project?
The text was updated successfully, but these errors were encountered: