TSBB

TSBB

Zero config TypeScript toolchain

Description

Starting a TypeScript library or React component package means configuring tsconfig, Babel, Jest and build scripts before writing any code. TSBB wraps all of it into one dependency with zero configuration, so npm create gets you coding right away.

It recompiles on file changes, runs Jest via tsbb test, and compiles React and Vue 3 components for publishing.

Features



Single dependency:TypeScript plus Babel, ready to go.

Templates:npm create tsbb scaffolds example projects.

Auto recompile:Rebuilds when files are added, changed or removed.

Built-in tests:tsbb test runs Jest with sensible defaults.
Tags:cli