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
When I create a new project using npx create-react-app project-geo-semantic-react --typescript, the generate app in a Javascript App and not a Typescript App.
For example, the package.json doesn't contains typescript dependencies :
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Environment
Steps to Reproduce
When I create a new project using
npx create-react-app project-geo-semantic-react --typescript
, the generate app in a Javascript App and not a Typescript App.For example, the package.json doesn't contains typescript dependencies :
Expected Behavior
Using --typescript parameters, a configured typescript project is generated.
Actual Behavior
Using --typescript parameters, the generated project is not configured for use typescript.
I need to manually add typescript support on my project.
The text was updated successfully, but these errors were encountered: