## Search Terms fixit quick fix jsx flag tsconfig ## Suggestion Hitting "Quick Fix" in this error could offer to add the flag for you  ## Use Cases Anyone starting a reactproject ## Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code * [x] This wouldn't change the runtime behavior of existing JavaScript code * [x] This could be implemented without emitting different JS based on the types of the expressions * [x] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.) * [x] This feature would agree with the rest of [TypeScript's Design Goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals).
Search Terms
fixit quick fix jsx flag tsconfig
Suggestion
Hitting "Quick Fix" in this error could offer to add the flag for you

Use Cases
Anyone starting a reactproject
Checklist
My suggestion meets these guidelines: