The Typescript Tome
Welcome! The Typescript Tome aims to be a comprehensive guide on TypeScript features, pitfalls, tooling and more.
This is a community effort, so feel free to contribute or point out issues.
(Disclaimer: This repository currently lacks a license)
Quick Links
Other Resources
- The Typescript Handbook
contains a comprehensive reference on most important features.
It also contains introductory guides for beginners and people from many programming backgrounds.
- However, it tends to be missing features from recent TypeScript releases.
- The Mozilla Developer Network’s JavaScript reference
has comprehensive descriptions, common pitfalls, examples, and compatibility information for the entire standard library and many web APIs.
- It also has a guide covering most language features and many builtin objects.
Link Conventions
- Links on phrases generally link to other pages in this guide.
- Links on the syntax cheatsheet generally link to individual sub-pages.
- Links to the official Typescript repository generally follow the format <type>#<id>.
- Other external domains are generally denoted by an abbreviation:
Index