<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 17.0.1 ## Steps To Reproduce 1. npx create-react-app [your project name] --template typescript 2. set target in tsconfig to ESNEXT ## The current behavior In VS Code their is many syntax error highlight and it says "Cannot use JSX unless the '--jsx' flag is provided.ts(17004)" ## The expected behavior It Should be normal like other version of react usage ## Screenshots tsconfig.json  index.tsx 