@nyteshade/lattice-legacy
Version:
OO Underpinnings for ease of GraphQL Implementation
60 lines (59 loc) • 1.28 kB
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["es6", "README.md"],
"includePattern": ".+\\.(js|jsx)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-babel"
],
"babel": {
"extensions": ["js", "es6", "jsx"],
"presets": [
"stage-1",
"flow",
["env", {
"targets": { "node": "current" },
"modules": "commonjs",
"useBuiltIns": true,
"debug": false
}]
],
"plugins": ["transform-runtime", "transform-decorators-legacy"]
},
"markdown": {
"parser": "gfm",
"hardwrap": true,
"excludeTags": []
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"useLongnameInNav": true,
"applicationName": "graphql-lattice",
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums": true,
"default":{
"outputSourceFiles" : true,
"theme":"github",
"paramsDisplay":"compact"
}
},
"opts": {
"_template": "./node_modules/minami",
"template": "./node_modules/minami",
"encoding": "utf8",
"destination": "./docs/",
"private": true,
"recurse": true
}
}