Skip to content

Commit 8516cd0

Browse files
feat: update schema
1 parent 48ec1d1 commit 8516cd0

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

.changeset/smooth-shoes-smile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@json-types/tsconfig": minor
3+
---
4+
5+
Update schema

packages/tsconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ import schema from "@json-types/tsconfig/schema.json";
2222

2323
TypeScript types generated automatically every night and published when there are changes.
2424

25-
- Last change: 2025-10-30T02:00:51.963Z
25+
- Last change: 2025-12-06T01:57:10.619Z
2626
- Source URL: https://json.schemastore.org/tsconfig.json

packages/tsconfig/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export type CompilerOptions = {
106106
*/
107107
jsxFragmentFactory?: string | null;
108108
/**
109-
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.
109+
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.
110110
*/
111111
jsxImportSource?: string | null;
112112
/**
@@ -931,7 +931,7 @@ export type CompilerOptions = {
931931
*/
932932
jsxFragmentFactory?: string | null;
933933
/**
934-
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.
934+
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.
935935
*/
936936
jsxImportSource?: string | null;
937937
/**
@@ -1877,7 +1877,7 @@ export interface TsNodeDefinition {
18771877
*/
18781878
jsxFragmentFactory?: string | null;
18791879
/**
1880-
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.
1880+
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.
18811881
*/
18821882
jsxImportSource?: string | null;
18831883
/**
@@ -2692,7 +2692,7 @@ export interface TsNodeDefinition {
26922692
*/
26932693
jsxFragmentFactory?: string | null;
26942694
/**
2695-
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.
2695+
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.
26962696
*/
26972697
jsxImportSource?: string | null;
26982698
/**
@@ -3510,7 +3510,7 @@ export interface TsNodeDefinition {
35103510
*/
35113511
jsxFragmentFactory?: string | null;
35123512
/**
3513-
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.
3513+
* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.
35143514
*/
35153515
jsxImportSource?: string | null;
35163516
/**

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tsconfig"
1212
],
1313
"x-json-types": {
14-
"lastChangeDate": "2025-10-30T02:00:51.963Z"
14+
"lastChangeDate": "2025-12-06T01:57:10.619Z"
1515
},
1616
"homepage": "https://github.com/swordev/json-types/tree/main/packages/tsconfig",
1717
"bugs": {

packages/tsconfig/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,13 +464,13 @@
464464
"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"
465465
},
466466
"jsxImportSource": {
467-
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.",
467+
"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.",
468468
"type": [
469469
"string",
470470
"null"
471471
],
472472
"default": "react",
473-
"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"
473+
"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"
474474
},
475475
"listFiles": {
476476
"description": "Print all of the files read during the compilation.",

0 commit comments

Comments
 (0)