TypeScript Basics 21 - TypeScript compiler arguments

preview_player
Показать описание

Let's examine some of the command line arguments that we can use with the TypeScript compiler tsc. Learn how to configure the output JavaScript file, watch for changes and compile automatically.

Course: TypeScript Basics
Learn about the basics of TypeScript. Understand how types work, how to use arrays and tuples, how to declare classes and interfaces. Understand concepts of type erasure, duck typing, enums, generics and modules. Create a development workflow and configure the TypeScript compiler to your needs. And watch as I build an end-to-end TypeScript application from scratch.
Рекомендации по теме
Комментарии
Автор

under windows You should use
node -w test.ts

drsfan