Running TypeScript Scripts With Ease with ts-node (ok)

https://www.digitalocean.com/community/tutorials/typescript-running-typescript-ts-node

## Via npm
$ npm install typescript ts-node

## Via Yarn
$ yarn add typescript ts-node
node reptile.ts

Last updated

Was this helpful?