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