tsup

Installation
SKILL.md

tsup

Zero-config TypeScript bundler powered by esbuild for fast library builds.

Quick Start

npm install --save-dev tsup typescript

# Bundle with defaults
npx tsup src/index.ts

# ESM and CJS with declarations
npx tsup src/index.ts --format esm,cjs --dts

# Watch mode
npx tsup src/index.ts --watch
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026