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
allowJsflag. This means a lot of stuff will beanybut that's okay for now.
Official Advice
There are some official guides around this topic: