Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 290 Bytes

File metadata and controls

8 lines (4 loc) · 290 Bytes

Item 81: Use allowJs to Mix TypeScript and JavaScript

Things to Remember

  • Use the allowJs compiler option to support mixed JavaScript and TypeScript as you transition your project.
  • Get your tests and build chain working with TypeScript before beginning large-scale migration.