Problem: You need to convert a big JavaScript project to TypeScript
Problem: You need to convert a big JavaScript project to TypeScript.
Solution: ts-migrate
It converts all files to .ts, and adds types where it can.
When it can't, it uses `any` or comments like ts-expect-error that you can clean up incrementally, over time.