Skip to content

Commit 973a8ad

Browse files
authored
Add tsdoc.json to the catalog (#4070)
This file is described on https://tsdoc.org/pages/packages/tsdoc-config/.
1 parent e6dc0d8 commit 973a8ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4860,6 +4860,12 @@
48604860
"fileMatch": ["tsd.json"],
48614861
"url": "https://json.schemastore.org/tsd.json"
48624862
},
4863+
{
4864+
"name": "tsdoc.json",
4865+
"description": "TSDoc configuration file",
4866+
"fileMatch": ["tsdoc.json"],
4867+
"url": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json"
4868+
},
48634869
{
48644870
"name": "tsdrc.json",
48654871
"description": "TypeScript Definition manager (tsd) global settings file",

0 commit comments

Comments
 (0)