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
  15. Урок 15. 00:01:50
    Setup a TypeScript Project
  16. Урок 16. 00:02:46
    Configure TypeScript for React and JSX
  17. Урок 17. 00:03:00
    Understand the TypeScript Compiler AKA tsc
  18. Урок 18. 00:05:02
    Explore TypeScript by Writing Functions
  19. Урок 19. 00:01:57
    Unlock TypeScript's Features in Vanilla JS with @ts-check and JSDoc
  20. Урок 20. 00:02:17
    Work with DOM Elements in TypeScript using Type Assertions
  21. Урок 21. 00:03:25
    Create Your First Generic in TypeScript
  22. Урок 22. 00:01:53
    Use Type Definitions for Popular Projects on npm with @types