From c9f3dbe15d9804ecf44d79132e8a269fa0449372 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 13 Sep 2024 13:51:28 +0200 Subject: [PATCH] Add tsdoc.json to the catalog This file is described on https://tsdoc.org/pages/packages/tsdoc-config/. --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 204e8f6a2c2..34aabced618 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4860,6 +4860,12 @@ "fileMatch": ["tsd.json"], "url": "https://json.schemastore.org/tsd.json" }, + { + "name": "tsdoc.json", + "description": "TSDoc configuration file", + "fileMatch": ["tsdoc.json"], + "url": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json" + }, { "name": "tsdrc.json", "description": "TypeScript Definition manager (tsd) global settings file",