Skip to content

Commit e0e009b

Browse files
authored
Update jsxImportSource description in tsconfig and jsconfig (SchemaStore#5188)
1 parent 141c484 commit e0e009b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/schemas/json/jsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@
341341
"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"
342342
},
343343
"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*`.",
345345
"type": ["string", "null"],
346346
"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"
348348
},
349349
"listFiles": {
350350
"description": "Print all of the files read during the compilation.",

src/schemas/json/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@
344344
"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"
345345
},
346346
"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*`.",
348348
"type": ["string", "null"],
349349
"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"
351351
},
352352
"listFiles": {
353353
"description": "Print all of the files read during the compilation.",

0 commit comments

Comments
 (0)