Recommended reading: Basic Types through Advanced Types
Recommended reading: TypeScript 1.1 release notes through the most recent release notes. Information in these release notes is not always reflected in the handbook.
-
npm i -g typescript
-
-
mkdir ts-demo cd ts-demo tsc --init touch ts_practice.ts
-
git clone https://github.com/rdhelms/typescript-reference.git
-
-
tsc
-
Advanced: Project Configuration
You may be used to these already, but don't forget they work for TypeScript type variables and definitions as well.
- Hover --> Detailed type info, error messages, and documentation abound
F12
--> Go to definitionShift + F12
--> Find all references