> npm install -g typescript
> npm i --save-dev typescript
> yarn add -D typescript
> npm i --save-dev ts-node
> npx ts-node helloworld.ts
> yarn ts-node helloworld.ts
> tsc helloworld.ts
> yarn tsc helloworld.ts
> yarn tsc helloworld.ts --declaration
> tsc --init