Migrating From JavaScript
In my experience, most journeys from JavaScript to TypeScript are going to be a bit unique.
High-level advice:
- Start with a gentle set of TypeScript rules and the
allowJs
flag. This means a lot of stuff will beany
but that's okay for now.
Official Advice
There are some official guides around this topic: