typescript

Installation
SKILL.md

TypeScript Development

Project Setup

# Initialize with pnpm
pnpm init
pnpm add -D typescript @types/node

# TypeScript config
npx tsc --init

tsconfig.json

{
  "compilerOptions": {
    "target": "ES2022",
    "module": "NodeNext",
Related skills
Installs
40
GitHub Stars
80
First Seen
Feb 18, 2026