TypeScript TypeScript¶ Install¶ brew install typescript || npm install -g typescript Run¶ Generate JS file: tsc helloWorld.ts && node helloWorld.js