-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsdoc.json
37 lines (37 loc) · 982 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"
,"/Users/Himanshu/Desktop/Files/Projects/sword-engine/node_modules/.pnpm/tsdoc@0.0.4/node_modules/tsdoc/template/plugins/TSDoc.js"
],
"opts":
{
"template" :"/Users/Himanshu/Desktop/Files/Projects/sword-engine/node_modules/.pnpm/tsdoc@0.0.4/node_modules/tsdoc/template",
"recurse" :"true"
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false
},
"source":
{
"includePattern": "(\\.d)?\\.ts$"
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"tsdoc":{
"source" :"/Users/Himanshu/Desktop/Files/Projects/sword-engine/src/",
"destination" :"/Users/Himanshu/Desktop/Files/Projects/sword-engine/docs",
"tutorials" :"",
"systemName" : "Sword Engine",
"footer" : "<marquee>Made By Vedik Dev - Himanshu Jangid</marquee>",
"copyright" : "sword-engine Copyright © 2021 Himanshu.",
"outputSourceFiles" : true,
"commentsOnly": true
}
}