typescript-type-system

Installation
SKILL.md

TypeScript Type System

Master TypeScript's type system features to write type-safe code. This skill focuses exclusively on TypeScript language capabilities.

TypeScript Compiler

# Type check without emitting files
tsc --noEmit

# Type check with specific config
tsc --noEmit -p tsconfig.json

# Show compiler version
tsc --version
Installs
63
GitHub Stars
166
First Seen
Jan 24, 2026
typescript-type-system — thebushidocollective/han