How To Use an ESM dependency in a library that exports ESM+CJS
Dec 17, 2024 · 2 min read · A common problem Typescript library developers face is when importing libraries that only output ESM. For example [the standard library (@std) from the JSR repo](https://jsr.io/@std) only outputs ESM as according to Deno’s mandate. However for most T...
Join discussion


