How we employed the new ECMAScript Module Support in typescript
What is the new standard to serve both an ECMAScript Module (ESM) as well as Commonjs in the same package? How to use it? And how to make Jest
and Playwright
to work with it?
When developing an npm package, …