ts-node
TypeScriptを直接実行するやつ
github
$ ts-node
$ ts-node -T hoge.ts
transpile only
compiler errorを無視して実行する
REPLとしても使える
.helpでhelpがみれる
.load hoge.tsでファイル読み込み
.type hogeFuncで型を見れる