repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e795c
)
Add missing TSDoc configuration file
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 3 Jan 2023 17:48:45 +0000
(18:48 +0100)
committer
Jé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]
patch
|
blob
diff --git a/tsdoc.json
b/tsdoc.json
new file mode 100644
(file)
index 0000000..
56b0bee
--- /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"
+ }
+ ]
+}