Is anyone still sticking to #JavaScript instead of using #TypeScript? If so, why are you sticking with it? Please let me know your reasons!
@hongminhee @Razemix For simple Node projects you can use typescript since `node somefile.ts` works
If you use `erasableSyntaxOnly` to develop the typescript files Node can run them.