From: Jérôme Benoit Date: Tue, 3 Jan 2023 17:48:45 +0000 (+0100) Subject: Add missing TSDoc configuration file X-Git-Tag: v2.3.8~57 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e5de8d351a1cf5f4dfee7de935be699d388c264e;p=poolifier.git Add missing TSDoc configuration file Signed-off-by: Jérôme Benoit --- 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" + } + ] +}