build-tools
Installation
SKILL.md
TypeScript Build Tools
Modern TypeScript build tooling stack: Bun for package management and task running, tsgo for typechecking, Vitest for testing, Biome for linting/formatting, and Turborepo for monorepo orchestration.
Additional References
- references/bun.md - Bun package manager and task runner
- references/vitest.md - Advanced Vitest configuration patterns
- references/biome.md - Biome rules and customization
- references/turborepo.md - Turborepo monorepo orchestration
Quick Start
# Install dependencies
bun add -D vitest @vitest/coverage-v8 @biomejs/biome