https://tsup.egoist.sh/ > Bundle your TypeScript library with no config, powered by esbuild. ## What can it bundle? > Anything that's supported by Node.js natively, namely .js, .json, .mjs. And TypeScript .ts, .tsx. CSS support is experimental. # Features Here I will list some features I found useful or interesting - [Building CLI App](https://tsup.egoist.sh/#building-cli-app) - Run `chmod +x` to make executable when hashbang `#!/bin/env node`