You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to resolve this issue by being specific about what files and folders you should include in your tsconfig.json.
I had exclude config which will try to convert everything else but what's in the exclude config. This meant that my dist folder was also being migrated over and who knows what else and will result in a hang possibly trying to migrate the whole node_modules
When running migrate command, it just gets stuck at
[declare-missing-class-properties] Plugin 8 of 14. Start...
Command:
npx -p ts-migrate -c "ts-migrate-full ."
Node version:
v16.17.1
Platform: Windows 11
The text was updated successfully, but these errors were encountered: