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:

Installs
35
Repository
knoopx/pi
GitHub Stars
57
First Seen
Jan 24, 2026
typescript — knoopx/pi