Hacker News new | ask | show | jobs
by asutekku 2137 days ago
That’s just running js files within ts files. Nothing to really do with migrating, unless you’re writing everything by hand and want everything to work while you’re at it.
1 comments

Well, actually is a good base to migratee a js codebase to ts manually, one file at a time.

You can leave parts in JS while you upgrade/add new features in TS