### 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"