-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
Typescript can't find declaration folder because the name is wrong #739
Comments
Hello @tidurand 👋 Thanks for getting in touch!
|
Hi @xavierfoucrier, |
@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! |
Thought I'd bump this up as I understand that this is not critical, but just looking to see when this will be fixed. Just tried in NextJS and still getting this error 👍 |
I seem to have bumped into the same situation... Has anyone found a solution yet? |
Hello everyone, Bug has already been fixed, but is not published currently.
|
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: