Tag: cjs

2022 08/22 Generating CJS & ESM packages from TypeScript Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour. #javascript#typescript#esm#cjs#tooling