Add missing TSDoc configuration file
[poolifier.git] / tsdoc.json
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"
+    }
+  ]
+}