HackerTrans
トップ新着トレンドコメント過去質問紹介求人

SmellyPotato22

no profile record

コメント

SmellyPotato22
·5 年前·議論
If you are working on the server side, ts-node has been a huge timesaver. It removes the extra step of compiling and lets you just run your script with `ts-node script.ts` or even `#!/usr/bin/env ts-node` at the top of your file works.

https://github.com/TypeStrong/ts-node