We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4caa8 commit fe17db6Copy full SHA for fe17db6
tsconfig.json
@@ -10,7 +10,7 @@
10
"allowJs": false, /* Allow javascript files to be compiled. */
11
// "checkJs": true, /* Report errors in .js files. */
12
// The react-native mode is the equivalent of preserve in that it keeps all JSX, but the output will instead have a .js file extension
13
- "jsx": "react-jsx", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
+ "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
14
// "declaration": true, /* Generates corresponding '.d.ts' file. */
15
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
16
// "sourceMap": true, /* Generates corresponding '.map' file. */
0 commit comments