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
CRA and Next both allow you to generate non-TS versions of their codebases. It would be cool we could do the same. tsc, which was a transpiler that enabled this has been deprecated, but it may be worth investigating other solutions Scratch that, apparently tsc lives within the typescript package now. So i'm going to see if it's useable for this 👀
The text was updated successfully, but these errors were encountered:
I've got this published in version 0.0.8 with support for the React codebases. Getting it working for SvelteKit is a bit trickier because I'll need to write a transpiler from scratch, but I'll do that in a follow-up PR 👍🏼
@walkah I'll split this into two different issues and move the React one to the In Production column
avivash
changed the title
Add option to remove TypeScript from the selected codebase
Add option to remove TypeScript from the React codebases(WAT, WalletAuth)
Nov 1, 2022
CRA and Next both allow you to generate non-TS versions of their codebases. It would be cool we could do the same.
Scratch that, apparentlytsc
, which was a transpiler that enabled this has been deprecated, but it may be worth investigating other solutionstsc
lives within thetypescript
package now. So i'm going to see if it's useable for this 👀The text was updated successfully, but these errors were encountered: