Closed Lehoczky closed 7 months ago
These types are not required and it is just a warning that can be ignored. It only makes sense if the types differ from each other, but the emitted types are almost always the same and so would only double the bundle size.
So unless you proof me wrong, I would like to reject this PR.
'Mkay for me!
When dual-publishing libraries, CJS and MJS bundles must have different .d.ts files. Currently there is only type declaration file, which is for the MJS bundle.
Checked with:
PR is coming with the fix:)