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 --dev
You can also install it globally but it's not recommended.
tsup [...files]
For more details:
tsup --help
MIT © EGOIST (Kevin Titor)