We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069de74 commit ee8452fCopy full SHA for ee8452f
1 file changed
src/compiler/commandLineParser.ts
@@ -133,9 +133,9 @@ const compileOnSaveCommandLineOption: CommandLineOption = {
133
const jsxOptionMap = new Map(Object.entries({
134
"preserve": JsxEmit.Preserve,
135
"react-native": JsxEmit.ReactNative,
136
- "react": JsxEmit.React,
137
"react-jsx": JsxEmit.ReactJSX,
138
"react-jsxdev": JsxEmit.ReactJSXDev,
+ "react": JsxEmit.React,
139
}));
140
141
/** @internal */
0 commit comments