You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tsconfig.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@
19
19
"DOM",
20
20
"DOM.iterable"
21
21
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
22
-
"jsx": "react-jsx"/* Specify what JSX code is generated. */,
22
+
"jsx": "react"/* Specify what JSX code is generated. */,
23
23
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
24
24
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
25
25
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
26
26
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
27
-
"jsxImportSource": "react",/* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
27
+
//"jsxImportSource": "react", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
28
28
// "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
29
29
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
30
30
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
0 commit comments