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
Currently the transform function puts the types directly into the modified file. How feasible would it be to emit them to a named .d.ts file next to the altered file?
I'm working w/ jsx files that I cannot convert to typescript files at the moment and would love to just have the types living next to them!
The text was updated successfully, but these errors were encountered:
This project is very tied to jscodeshift, which I don't think supports that type of thing. Honestly I would recommend ts-migrate instead of ratchet as it's built on better principles IMO.
Currently the transform function puts the types directly into the modified file. How feasible would it be to emit them to a named
.d.ts
file next to the altered file?I'm working w/ jsx files that I cannot convert to typescript files at the moment and would love to just have the types living next to them!
The text was updated successfully, but these errors were encountered: