What is tsup?
"Bundle your TypeScript library with no config, powered by esbuild"
tsup is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 380.6 KB on disk.
Installation Guide
# Install via NPM
npm install tsup
# Install via Yarn
yarn add tsup