Typescript can't find declaration folder because the name is wrong
Author: tidurandCreated Jun 28, 2024Updated Feb 2, 2026
Labelsbug@barba/core
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"
Source: barbajs/barba