## 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](https://arethetypeswrong.github.io/?p=%40responsive-email%2Freact-email%400.0.3)  ## 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](https://arethetypeswrong.github.io/) 