es6-starter-kit
Version:
A pre-configured starter kit bundle to speed-up your development with ES6
26 lines (25 loc) • 553 B
Plain Text
{
"tags": {
"allowUnknownTags": false,
"dictionaries": ["jsdoc"]
},
"source": {
"include": "src/",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "__jsDoc__/typeSignature"],
"opts": {
"template": "node_modules/minami",
"encoding": "utf8",
"destination": "./__docs__/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
}
}