DEV Community

Discussion on: Introduce TypeScript to react(js) project with ts-migrate😎

Collapse
 
0xkoji profile image
0xkoji • Edited

I think people don't convert ts into js since converting js into ts takes some time and needs effort.

But, if I needed to do that, I would remote all types first and change ext then modify configurations for js(mostly webpack).
Or switch from TS to flow.