Hey HN!<p>This post isn't as big as some others, but I'd like to share my tools for working with TypeScript and NPM.<p>If you've ever published a TypeScript library to NPM, you're probably familiar with the horrors of dealing with ESM<p>I've yearned for a small library to make TypeScript packages as simple as possible, without getting a bundler like ESBuild or Webpack involved. The project's readme goes into the horrible details of how strange and bizarro TypeScript's module systems have become. This NPM package has fixed most of my issues and I would love for everyone to benefit from it.<p>If you've ever experienced this madness, please kvetch here and maybe we can make this library obsolete by TypeScript 6!