You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include sourcemaps in npm tarballs
Sourcemaps are not currently published to npm due to the omission of
`*.map` under `"files"` in `package.json`. This leads to many downstream
challenges with editors and developers tools that expect these files
(since they are linked to the source `.d.ts` and `.js` files).
* Add source files to dist as well
0 commit comments