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
In the readme, it suggests to run the below commands to compile just this library and its dependencies into a single JavaScript file, and then import it as a .js file:
The problem is, I am trying to use it in a Vue application using Typescript. I get the inline error of Could not find a declaration file for module '../../bitcoinjs-lib'...implicitly has an 'any' type in my import statement.
Is there a way to compile the library as a single Typescript file?