jsdoc/conf.json.EXAMPLE
Jeff Williams d2d05fcb88 fix conf.json issues
- don't try to create conf.json if it doesn't exist (resolves a
permissions issue when installing with npm -g)
- add default values for recently added properties (hopefully fixes
Travis CI build)
2012-12-02 20:26:05 -08:00

16 lines
329 B
Plaintext

{
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"docletFormat": "taffydb",
"cleverLinks": false,
"monospaceLinks": false
},
"jsVersion": 180
}