typescript
Installation
SKILL.md
TypeScript
Type-safe JavaScript development with bun and vitest in this project.
Quick Start
bun init --typescript # Initialize project
bunx tsc --noEmit # Type check
vitest run # Run tests
Project Configuration
This project uses bun with ESNext targets. Reference config in templates/tsconfig.json: