.esmrc 288 B

12345678
  1. {
  2. cjs: {
  3. // Ensure ESM `export default` ends up as the root, e.g. `module.exports` when
  4. // being `require()`d from CJS code. This is not spec compliant, but that does
  5. // not matter because only use this `esm` package trickery locally while testing
  6. dedefault: true
  7. }
  8. }