siefkenj / react-userscripts

Develop a Greasemonkey/Tampermonkey script using React
GNU General Public License v3.0
82 stars 19 forks source link

Enable Typescript #1

Closed amaharana closed 4 years ago

amaharana commented 4 years ago

This is a great starter to create userscripts using React! Would it be possible to add Typescript support?

siefkenj commented 4 years ago

Since create-react-app supports typescript out of the box, it should just work :-). I haven't tried, though...

amaharana commented 4 years ago

Works like a charm!