We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@pyramation still facing issue for the long import
The text was updated successfully, but these errors were encountered:
you need to use the esModuleInterop flag in your tsconfig
esModuleInterop
look at osmojs's config for reference:
osmojs
osmojs/packages/osmojs/tsconfig.json
Line 7 in 7caf01b
Sorry, something went wrong.
you need to use the esModuleInterop flag in your tsconfig look at osmojs's config for reference: osmojs/packages/osmojs/tsconfig.json Line 7 in 7caf01b "esModuleInterop": true, I have this configuration in my tsconfig but still it doesn't work
No branches or pull requests
@pyramation still facing issue for the long import
The text was updated successfully, but these errors were encountered: