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
2.10.0
@barba/core
There is this issue "Could not find a declaration file for module '@barba/core'." with typescript
Because in package.json there is : "types": "dist/core/src/typings" But currently the correct folder is : "types": "dist/core/src/src"
The text was updated successfully, but these errors were encountered:
Hello @tidurand 👋
Thanks for getting in touch! Looks like more an issue when publishing to NPM as well, this will be fixed in the next release.
Keep this issue open as a reminder 😉
Sorry, something went wrong.
Hi @xavierfoucrier, seems that this has not yet been fixed in the current 2.10.2 version. 😟 Any updates on this issue? Thank you!
@CptCompiler 👋 yup, I know, probably due to microbundle or lerna as well. Need to investigate.
any update on when this will get resolved?
Hello, not critical currently, should be fixed soon, thanks!
xavierfoucrier
No branches or pull requests
What version are you using?
2.10.0
What package are you using?
@barba/core
Describe your issue
There is this issue "Could not find a declaration file for module '@barba/core'." with typescript
Because in package.json there is : "types": "dist/core/src/typings"
But currently the correct folder is : "types": "dist/core/src/src"
The text was updated successfully, but these errors were encountered: