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.
Important: Use bun run test (not bun test) on Node projects. bun test invokes Bun's native test runner, not your package.json test script.
See references/bun.md for bunfig.toml configuration and advanced patterns.
Strumenti di progetto TypeScript con Bun, tsgo, Vitest, Biome e Turborepo. Da utilizzare durante la configurazione di script package.json, l'esecuzione di build, il controllo dei tipi, la configurazione di test, l'linting, la formattazione o l'orchestrazione dello sviluppo monorepo. Fonte: martinffx/claude-code-atelier.