Building a TypeScript Library in 2025
If you’ve built a TypeScript library recently, you know the pain. You spend more time wrestling with build configurations than actually writing code. Your tsup builds take 4 seconds. It’s 2025. We can do better. The TypeScript ecosystem has been missing a tool that combines: Lightning-fast builds (sub-100ms, not multi-second) Zero-config ergonomics that scale with…