Migration
Use https://github.com/airbnb/ts-migrate
npx ts-migrate init .
npx ts-migrate rename .
npx ts-migrate migrate .
npx ts-migrate reignore .
Create tsconfig
Rename files to .js => .ts
Run ts-migrate plugins
Add to webpack
Reignore? all errors or fix
Last updated