diff --git a/packages/tsconfig-reference/copy/en/options/jsx.md b/packages/tsconfig-reference/copy/en/options/jsx.md index 4bc971449e77..543c9407ddd6 100644 --- a/packages/tsconfig-reference/copy/en/options/jsx.md +++ b/packages/tsconfig-reference/copy/en/options/jsx.md @@ -6,6 +6,60 @@ oneline: "Control how JSX is emitted" Controls how JSX constructs are emitted in JavaScript files. This only affects output of JS files that started in `.tsx` files. -- `preserve`: Emit `.jsx` files with the JSX unchanged - `react`: Emit `.js` files with JSX changed to the equivalent `React.createElement` calls +- `preserve`: Emit `.jsx` files with the JSX unchanged - `react-native`: Emit `.js` files with the JSX unchanged + +