-
-
Notifications
You must be signed in to change notification settings - Fork 27k
tsconfig.js. #10129
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
Comments
I am also facing this issue. Any help regarding this? |
restarting your ide/editor likely helps |
No it doesn't. |
@raikusy @upendra-web I got the same problem. I just ran the following code
And restarted vscode after. And fixed that error. My dependecies now are
It appearts to run tsconfig with I also had to install https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next |
Yeah, installing the latest vscode-typescript plugin solved the issue for me. Thanks @LuizCristino , for the tip. |
Hello, My solution
Thanks @LuizCristino . |
|
@raikusy @upendra-web |
This is an editor issue, and not specific to CRA from what i can tell. If you receive errors in |
在最新的脚手架,创建的项目npx create-react-app xx --template typescript 会出现tsconfig.js 中“jsx”: "react-jsx"
The text was updated successfully, but these errors were encountered: