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: src/schemas/json/jsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -341,10 +341,10 @@
341
341
"markdownDescription": "Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. `React.Fragment` or `Fragment`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxFragmentFactory"
342
342
},
343
343
"jsxImportSource": {
344
-
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.",
344
+
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.",
345
345
"type": ["string", "null"],
346
346
"default": "react",
347
-
"markdownDescription": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxImportSource"
347
+
"markdownDescription": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxImportSource"
348
348
},
349
349
"listFiles": {
350
350
"description": "Print all of the files read during the compilation.",
Copy file name to clipboardExpand all lines: src/schemas/json/tsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -344,10 +344,10 @@
344
344
"markdownDescription": "Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. `React.Fragment` or `Fragment`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxFragmentFactory"
345
345
},
346
346
"jsxImportSource": {
347
-
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.",
347
+
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.",
348
348
"type": ["string", "null"],
349
349
"default": "react",
350
-
"markdownDescription": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxImportSource"
350
+
"markdownDescription": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxImportSource"
351
351
},
352
352
"listFiles": {
353
353
"description": "Print all of the files read during the compilation.",
0 commit comments