1. Урок 1. 00:02:00
    Installing TypeScript and Running the TypeScript Compiler (tsc)
  2. Урок 2. 00:00:53
    Configuring a New TypeScript Project
  3. Урок 3. 00:01:25
    Configuring TypeScript Which Files to Compile with "Files" and "OutDir"
  4. Урок 4. 00:00:59
    Stopping a TypeScript Build When Errors Are Found
  5. Урок 5. 00:05:01
    Loading Compiled TypeScript Files in Browser with SystemJS
  6. Урок 6. 00:01:32
    Compiling TypeScript with WebStorm
  7. Урок 7. 00:01:49
    TypeScript - Using Exclude and RootDir until File Globs Lands in 2.0.
  8. Урок 8. 00:03:15
    TypeScript - What Happens to Compiled Interfaces
  9. Урок 9. 00:03:39
    Using Lodash in TypeScript with Typings and SystemJS
  10. Урок 10. 00:04:45
    TypeScript - Using Typings and Loading From node_modules
  11. Урок 11. 00:03:24
    TypeScript - Understanding Decorators
  12. Урок 12. 00:06:00
    TypeScript - Reflection and Decorator Metadata
  13. Урок 13. 00:05:52
    TypeScript - Definition Files
  14. Урок 14. 00:02:42
    TypeScript - Generating Definition Files