DEV Community

Discussion on: Rolling (up) a multi module system (esm, cjs...) compatible npm library with TypeScript and Babel

Collapse
 
nogbit profile image
Marcellus Miles • Edited

You deserve some serious congrats for this article. Setting up a modern TypeScript module from scratch with support for all those exports is a real mess out there. Your two repos work great. Change the npm build to npm run build. Also an npm audit fix resolved hundreds of vulnerabilities in both repos.

Again thanks.

Collapse
 
remshams profile image
Mathias Remshardt

Thank you very much for reading and taking the time to give your feedback.
I have updated the article as well as the repositories.

I required exactly that kind of setup and felt the same as you did. The article was a result of self documenting/summarizing the setup approach and what I read while doing it 😀.