responsive-email icon indicating copy to clipboard operation
responsive-email copied to clipboard

Types not properly defined in package.json

Open summer-jordan opened this issue 1 year ago • 0 comments

Issue Description

The typescript types are not resolved when moduleResolution is set to bundler.

This can be confirmed by checking the package with are the types wrong Screenshot 2024-10-15 at 11 32 04 AM

Proposed Resolution

This issue is resolved by adding a types entry for each of the package.json's exports entries.

I have made the changes locally and confirmed by packing the lib and testing again with arethetypeswrong Screenshot 2024-10-15 at 11 31 34 AM

summer-jordan avatar Oct 15 '24 17:10 summer-jordan