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.
Инструменты проекта TypeScript с Bun, tsgo, Vitest, Biome и Turborepo. Используйте при настройке сценариев package.json, запуске сборок, проверке типов, настройке тестов, проверке, форматировании или организации разработки монорепозитория. Источник: martinffx/claude-code-atelier.