Closed 6utt3rfly closed 2 years ago
Remove the exports.default entry from package.json to resolve the issue with typescript transpiled to cjs using the ESM (default) module instead of the CJS build as needed
exports.default
Clean up types, enable commented out tests with newer jsep packages
Fixes #57
:tada: This PR is included in version 1.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Remove the
exports.default
entry from package.json to resolve the issue with typescript transpiled to cjs using the ESM (default) module instead of the CJS build as neededClean up types, enable commented out tests with newer jsep packages
Fixes #57