- Node.js
- Typecsript
- to install typescript: `npm install -D typescript`
- to install @types: `npm install -D @types/<package>`
- for node: `@types/node`
- to init a config: `tsc --init`
- outDir
- target
- module
- include / exclude
- [ts-node](https://github.com/TypeStrong/ts-node)