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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
I've just spotted that we're installing typescript in all templates. This looks like it's just adding to the install time for no benefit as it isn't being used (although people should).
https://github.com/PaulRBerg/create-eth-app/blob/c71f66d47c844e1182bf73d3d82979c33b36a6c1/handlebars/react/packages/react-app/package.json.hbs#L39
I've just spotted that we're installing typescript in all templates. This looks like it's just adding to the install time for no benefit as it isn't being used (although people should).