-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript and TypeScript
Danil Silantyev edited this page Feb 25, 2026
·
1 revision
Module: scripts/bootstrap/modules/technologies/js-ts.sh
- Bun from Homebrew tap
oven-sh/bun - Node from Homebrew
-
node@24is force-linked as active runtime
- compiler/runtime helpers:
typescript,tsx,ts-node - testing:
vitest,playwright,@playwright/test - quality:
eslint,prettier,@biomejs/biome - git workflow helper:
husky
This balances speed (bun) and ecosystem compatibility (node@24).