Skip to content

Commit 1f9e274

Browse files
feat: update schema
1 parent 0174c9c commit 1f9e274

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

.changeset/nasty-keys-judge.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-08-03T02:30:28.424Z
25+
- Last change: 2025-09-16T01:48:45.639Z
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
@@ -22,7 +22,7 @@ export type CompilerOptions = {
2222
*/
2323
allowArbitraryExtensions?: boolean | null;
2424
/**
25-
* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.
25+
* Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.
2626
*/
2727
allowImportingTsExtensions?: boolean | null;
2828
/**
@@ -1140,7 +1140,7 @@ export type CompilerOptions = {
11401140
*/
11411141
allowArbitraryExtensions?: boolean | null;
11421142
/**
1143-
* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.
1143+
* Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.
11441144
*/
11451145
allowImportingTsExtensions?: boolean | null;
11461146
/**
@@ -2379,7 +2379,7 @@ export interface TsNodeDefinition {
23792379
*/
23802380
allowArbitraryExtensions?: boolean | null;
23812381
/**
2382-
* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.
2382+
* Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.
23832383
*/
23842384
allowImportingTsExtensions?: boolean | null;
23852385
/**
@@ -3487,7 +3487,7 @@ export interface TsNodeDefinition {
34873487
*/
34883488
allowArbitraryExtensions?: boolean | null;
34893489
/**
3490-
* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.
3490+
* Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.
34913491
*/
34923492
allowImportingTsExtensions?: boolean | null;
34933493
/**
@@ -4598,7 +4598,7 @@ export interface TsNodeDefinition {
45984598
*/
45994599
allowArbitraryExtensions?: boolean | null;
46004600
/**
4601-
* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.
4601+
* Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.
46024602
*/
46034603
allowImportingTsExtensions?: boolean | null;
46044604
/**

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-08-03T02:30:28.424Z"
14+
"lastChangeDate": "2025-09-16T01:48:45.639Z"
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
@@ -293,12 +293,12 @@
293293
"markdownDescription": "Enable importing files with any extension, provided a declaration file is present.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowArbitraryExtensions"
294294
},
295295
"allowImportingTsExtensions": {
296-
"description": "Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.",
296+
"description": "Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.",
297297
"type": [
298298
"boolean",
299299
"null"
300300
],
301-
"markdownDescription": "Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions"
301+
"markdownDescription": "Allow imports to include TypeScript file extensions. Requires either '--noEmit' or '--emitDeclarationOnly' to be set.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions"
302302
},
303303
"charset": {
304304
"description": "No longer supported. In early versions, manually set the text encoding for reading files.",

0 commit comments

Comments
 (0)