thoughtbot / superglue

A productive library for Classic Rails, React and Redux
https://thoughtbot.github.io/superglue/
MIT License
365 stars 10 forks source link

Add typescript support Part III - Modify Generators to output TS files #44

Open jho406 opened 5 months ago

jho406 commented 5 months ago

This is in the same vein as https://github.com/thoughtbot/superglue/issues/43 . When moving to typescript, we also want to update the generators to output ts files.

Thoughts:

The generators are located in this folder. There are a total of 4 files there that needs to be converted (edit.js, index.js, new.js, show.js).