mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-14 15:16:18 +00:00
19 lines
369 B
JSON
19 lines
369 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": false
|
||
|
},
|
||
|
"plugins": [
|
||
|
"./tsd-jsdoc/plugin"
|
||
|
],
|
||
|
"opts": {
|
||
|
"encoding" : "utf8",
|
||
|
"recurse" : true,
|
||
|
"lenient" : true,
|
||
|
"template" : "./tsd-jsdoc",
|
||
|
|
||
|
"private" : false,
|
||
|
"comments" : true,
|
||
|
"destination" : false
|
||
|
}
|
||
|
}
|