forked from SmartThingsCommunity/smartthings-core-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsdoc.json
37 lines (37 loc) · 821 Bytes
/
tsdoc.json
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
35
36
37
{
"tags":
{
"allowUnknownTags" : true
},
"plugins":[
"plugins/markdown"
,"/home/jody/.npm/_npx/1266/lib/node_modules/tsdoc/template/plugins/TSDoc.js"
],
"opts":
{
"template" :"/home/jody/.npm/_npx/1266/lib/node_modules/tsdoc/template",
"recurse" :"true"
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false
},
"source":
{
"includePattern": "(\\.d)?\\.ts$"
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"tsdoc":{
"source" :"/mnt/c/Users/jody/projects/rest-client-node/src/",
"destination" :"/mnt/c/Users/jody/projects/rest-client-node/docs",
"tutorials" :"",
"systemName" : "smartthings-core",
"footer" : "",
"copyright" : "SmartThingsCore Copyright © 2019 SmartThings, Inc.",
"outputSourceFiles" : true,
"commentsOnly": true
}
}