1. Урок 1. 00:06:46
    The anatomy of the tsconfig.json
  2. Урок 2. 00:05:20
    Excluding files from our compilation
  3. Урок 3. 00:03:11
    Including files in our compilation
  4. Урок 4. 00:04:46
    Fine-tuning which files get included
  5. Урок 5. 00:05:40
    Controlling when to output JavaScript
  6. Урок 6. 00:05:11
    Emitting declaration files
  7. Урок 7. 00:04:10
    Emitting source-maps
  8. Урок 8. 00:05:41
    Increasing the default type safety of the compiler
  9. Урок 9. 00:05:28
    Decreasing the default type safety of the compiler
  10. Урок 10. 00:03:00
    Allowing unreachable code and unused labels
  11. Урок 11. 00:05:58
    Using the compiler to enforce high quality source code
  12. Урок 12. 00:08:55
    Module scoping and the module option
  13. Урок 13. 00:06:14
    Module vs target and resolution strategy
  14. Урок 14. 00:06:16
    Configuring compiler CLI output
  15. Урок 15. 00:06:55
    TypeScript's relationship with strict mode
  16. Урок 16. 00:10:10
    Advanced tweaks to emitted output
  17. Урок 17. 00:07:42
    Fine-tuning type acquisition
  18. Урок 18. 00:06:05
    Configuring TypeScript helper inclusion
  19. Урок 19. 00:06:04
    Advanced output controls
  20. Урок 20. 00:11:37
    React and JSX options (TSX files)
  21. Урок 21. 00:09:43
    Typed this
  22. Урок 22. 00:06:04
    Type guards
  23. Урок 23. 00:08:14
    Type assertions
  24. Урок 24. 00:04:40
    Non-null assertion operator
  25. Урок 25. 00:07:12
    Intersection types
  26. Урок 26. 00:09:26
    keyof and lookup types
  27. Урок 27. 00:09:52
    Mapped types
  28. Урок 28. 00:10:50
    All about objects
  29. Урок 29. 00:09:07
    Merging interfaces
  30. Урок 30. 00:13:24
    Module augmentation
  31. Урок 31. 00:10:03
    Declaring enums
  32. Урок 32. 00:09:44
    Const and ambient enums
  33. Урок 33. 00:06:03
    Exhaustivity checks on enums
  34. Урок 34. 00:09:10
    Project initialization
  35. Урок 35. 00:10:44
    TypeScript configuration
  36. Урок 36. 00:12:57
    Tests setup
  37. Урок 37. 00:14:27
    Prettier TypeScript
  38. Урок 38. 00:27:53
    Multi-platform build
  39. Урок 39. 00:05:19
    Publishing our project
  40. Урок 40. 00:15:49
    Adding the first feature
  41. Урок 41. 00:08:41
    Ensuring code coverage
  42. Урок 42. 00:09:08
    Fine tuning our types and tests
  43. Урок 43. 00:03:02
    Project review and future