Hacker News new | ask | show | jobs
by ragesh 4413 days ago
I agree. My recent forays in to javascript have left me wanting to rewrite big chunks of my new app in TypeScript instead. :)
2 comments

Fortunately rewrite in typescript is mainly rename the files, simplify class declarations and add some type annotations as you go
Make the jump to TypeScript, you will be glad you did.