Rollup + ESBundle.
This library is intentionally kept simple, if you want customizations please use Rollup directly.
Install it locally in your project folder:
npm i tsup -D
# Or Yarn
yarn add tsup --devYou can also install it globally but it's not recommended.
tsup [...files]For more details:
tsup --helpMIT © EGOIST (Kevin Titor)