Declaration files (.d.ts) provide type information for JavaScript code. DefinitelyTyped (@types/*) provides community-maintained definitions. Key concepts: ambient declarations (declare), module augmentation, triple-slash directives, and generating declarations with tsc --declaration. Understanding .d.ts is essential for library authors.
The 5-Mode Loop
4 of 5 modes available
Read · See · Animate · Test · Build
Read
Master the theory
Before this, understand: tsconfig