-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconf.json
More file actions
34 lines (34 loc) · 821 Bytes
/
conf.json
File metadata and controls
34 lines (34 loc) · 821 Bytes
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
{
"plugins": [
"plugin.js",
"plugins/markdown"
],
"opts": {
"readme": "README.md",
"template": "template"
},
"typescript": {
"target": "ES5",
"module": "CommonJS"
},
"templates": {
"systemName": "ts2jsdoc",
"theme": "default",
"navType": "vertical",
"inverseNav": false,
"tableOfContents": true,
"linenums": true,
"collapseSymbols": true,
"footer": "Hey",
"copyright": "SPATools Copyright © 2015 The contributors to the JSDoc3, ts2jsdoc projects.",
"outputSourceFiles": false,
"outputSourcePath": false
},
"source": {
"includePattern": "(\\.d)?\\.ts$"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}