Hacker News new | ask | show | jobs
by smt88 2803 days ago
> Otherwise you'll have to do a major rewrite in a very short amount of time.

This just isn't true. TS was designed from the beginning to allow gradually adding types. Whether transpiling or using comments, you can change one file at a time.

1 comments

Indeed -- interop works _very_ well.