Request: A guide for how to turn on TS for the ap...
# guide
d
Request: A guide for how to turn on TS for the application you’ve made if you followed the guide. With React, I can just take it piecemeal and add TS gradually. Does the same apply on the Backend, are there packages I need to add etc…
f
Yeah i can see that. Going TS -> JS is easy, but JS -> TS can be tricky.
as a side note, @Jay are we thinking of rewriting the guide in TS?
j
Yeah so we want to have the guide using our TS setup. The guide itself will have minimal TS defs but people will be able to easily add more as they go along.