Hey! I'm using Rollup to try and publish my own component library to NPM. I have the publishing working fine, but when I try and install it in another project, it complains about not having the proper types to be installed in a typescript project.
Best I can tell this is because there's no module declaration in the outputted dist folder for the consumer to look at, but I'm honestly new to rollup/esm/bundling and not sure. I've included a repo (with the dist folder pushed) for debugging. Any help is appreciated! Thanks in advance 🙂