v5.0.4
Unless I've missed some clever hack, default exports are basically incompatible with the (common?) combination of cjs/jsdoc/node/browsers and tsc, I think because `typesVersions` only ever follows the `import` path and not the `require` path.
Unless I've missed some clever hack, default exports are basically incompatible with the (common?) combination of cjs/jsdoc/node/browsers and tsc, I think because `typesVersions` only ever follows the `import` path and not the `require` path.