filmov
tv
Compile and run typescript file in one step

Показать описание
Instead of compiling typescript file to js file and then run the js file in the next step, compile and run it in one step. In this video you are going to learn how to do this with "ts-node" package.
Install with npm: npm install -D ts-node
Install with yarn: yarn add ts-node --dev
Install with npm: npm install -D ts-node
Install with yarn: yarn add ts-node --dev