Files
openlayers/config/jsdoc/info/conf.json
2018-10-29 19:15:01 +01:00

22 lines
439 B
JSON

{
"opts": {
"recurse": true,
"template": "config/jsdoc/info"
},
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": "\\.js$"
},
"plugins": [
"jsdoc-plugin-typescript",
"config/jsdoc/info/api-plugin",
"config/jsdoc/info/define-plugin",
"config/jsdoc/info/virtual-plugin"
],
"typescript": {
"moduleRoot": "src"
}
}