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
* fix: remove type module option from package.json, fixes#6
This option also changes the outputs of tsup. So it does not output
index.mjs file but instead index.js and index.cjs files. This breaks esm
imports
* chore: set tsup version to ^8 to prevent future issues
* chore: change tsup config for consistency with other packages
0 commit comments