Skip to content

Commit c7dda6c

Browse files
committed
feat(tsconfig): add package
1 parent 86e0814 commit c7dda6c

File tree

7 files changed

+2306
-0
lines changed

7 files changed

+2306
-0
lines changed

catalog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"patches": {
1616
"additionalProperties": false
1717
}
18+
},
19+
{
20+
"name": "tsconfig",
21+
"importName": "TSConfig",
22+
"url": "https://json.schemastore.org/tsconfig.json",
23+
"patches": {
24+
"additionalProperties": false
25+
}
1826
}
1927
]
2028
}

packages/tsconfig/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @json-types/tsconfig
2+
3+
## Installation
4+
5+
```sh
6+
npm install --save @json-types/tsconfig
7+
```
8+
9+
## Usage
10+
11+
```ts
12+
import { TSConfig } from "@json-types/tsconfig";
13+
```
14+
15+
## Details
16+
17+
TypeScript types generated automatically every night and published when there are changes.
18+
19+
- Last change: 2023-10-21T23:58:21.353Z
20+
- Source URL: https://json.schemastore.org/tsconfig.json

packages/tsconfig/index.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {};

0 commit comments

Comments
 (0)