typescript
Installation
SKILL.md
TypeScript
Related Skills
| Need | Skill |
|---|---|
| Vue.js components with TypeScript | vue |
| Svelte 5 components with TypeScript | svelte |
| Shopware 6 plugin development | shopware |
| Symfony project setup (Vite + TS build) | symfony-project-setup |
Overview
TypeScript is a typed superset of JavaScript that compiles to plain JS. It adds static types, interfaces, generics, and advanced type-level programming. Current version: 5.x.
Philosophy: Catch errors at compile time, not runtime. Types are documentation that the compiler enforces.