Add missing TSDoc configuration file
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 17:48:45 +0000 (18:48 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 17:48:45 +0000 (18:48 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsdoc.json [new file with mode: 0644]

diff --git a/tsdoc.json b/tsdoc.json
new file mode 100644 (file)
index 0000000..56b0bee
--- /dev/null
@@ -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"
+    }
+  ]
+}