typescript-knowledge-patch
Installation
SKILL.md
TypeScript Knowledge Patch
Use this guide when upgrading compiler configuration, choosing module settings, adopting the native compiler, or repairing newly exposed type and JavaScript checking errors. Follow the linked references when a migration needs all edge cases and compatibility details.
Reference index
| Reference | Topics |
|---|---|
| Configuration, modules, and project migration | Generated configs, changed defaults, module modes, resolution, removed options, syntax migrations, and explicit-file compilation |
| JavaScript and JSDoc migration | Parameter checking, removed JSDoc forms, constructor functions, variadics, overloads, expandos, CommonJS, and declaration emit |
| Native compiler and tooling | Stable and preview packages, compiler API compatibility, editor support, emit/watch limits, worker controls, build concurrency, and hover tooling |
| Types and standard libraries | Buffer typing, inference changes, ES2025, Temporal, collection upserts, iterable DOM declarations, and Unicode template inference |