-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtsdoc.json2
34 lines (34 loc) · 845 Bytes
/
tsdoc.json2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"tags": {
"allowUnknownTags": true
},
"plugins": [
"plugins/markdown",
"/Users/ethanadmin/.config/yarn/global/node_modules/tsdoc/template/plugins/TSDoc.js"
],
"opts": {
"template": "/Users/ethanadmin/.config/yarn/global/node_modules/tsdoc/template",
"recurse": "true"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"source": {
"includePattern": "(\\.d)?\\.ts$"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"tsdoc": {
"source": "/Users/ethanadmin/projects/calendargroup/src/",
"destination": "/Users/ethanadmin/projects/calendargroup/docs",
"tutorials": "",
"systemName": "calendargroup",
"footer": "",
"copyright": "calendargroup Copyright © 2022 ethanadmin.",
"outputSourceFiles": true,
"commentsOnly": true
}
}