-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esModuleInterop error when using Typescript #547
Comments
Update: This might be already solved on version |
Problem is in the resumable.d.ts, almost the last line: have a look at the latest version: https://github.com/23/resumable.js/blob/master/resumable.d.ts You can update the file under \node_modules\resumablejs\resumable.d.ts But probably this manual change will be overwritten when doing a "npm install" |
@RobDaPraia yes, this means changing that file manually is not an option. |
Hey folks, Thank you for developing Resumable, it's very well designed & documented and a pleasure to use. Would you mind pushing the latest version ( Thank you, |
|
This is the exception I am facing when using typescript:
The text was updated successfully, but these errors were encountered: