From e5de8d351a1cf5f4dfee7de935be699d388c264e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 3 Jan 2023 18:48:45 +0100 Subject: [PATCH] Add missing TSDoc configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tsdoc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tsdoc.json diff --git a/tsdoc.json b/tsdoc.json new file mode 100644 index 00000000..56b0beeb --- /dev/null +++ b/tsdoc.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "tagDefinitions": [ + { + "tagName": "@author", + "syntaxKind": "block" + }, + { + "tagName": "@since", + "syntaxKind": "block" + } + ] +} -- 2.34.1