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