⚡️ An even faster bundler powered by Rolldown.
- 🚀 Blazing fast: Build and generate
.d.ts
powered by Oxc and Rolldown, incredibly fast! - ♻️ Powerful ecosystem: Support Rollup / Rolldown / Vite / unplugin plugins.
- 📦 Out-of-box: Support reusing configurations from Vite or Vitest.
- 🔄 Seamless migration: Compatible with tsup's main options and features, ensuring a smooth transition.
npm i tsdown
// tsdown.config.ts
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: ['./src'],
// ...
})
This project also partially contains code derived or copied from tsup.
MIT License © 2024-PRESENT 三咲智子 Kevin Deng