3

can anybody give me advice on why typescript maybe be a better solution on the nodejs side. I've been trying it out but other than compiling seems like es6 is still better

Comments
  • 1
    its up to your personal preference. I dont like ts, and prefer es6 :)
  • 1
    The selling point for me with typescript for node is intellisense. Particularly in vs code. Getting all the info about a function, static types etc, well worth it!
Add Comment