-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript template dependencies #9095
Comments
@JackRKelly If I understand this answer correctly it is ment for module authors, but I believe cra is mostly used for just creating react apps, not for modules. Maybe there should be a different template for creating a react module with typescript. |
I saw that using cra with typescript template adds the dev dependencies to the
dependencies
property inpackage.json
instead ofdevdepdencies
I see it here: packages/cra-template-typescript/template.json
Any reason for that?
Is it possible to move it to
devdependencies
or will it break something?The text was updated successfully, but these errors were encountered: