mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
22 lines
492 B
JSON
22 lines
492 B
JSON
{
|
|
"plugins": [],
|
|
"recurseDepth": 10,
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"sourceType": "module",
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc","closure"]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"monospaceLinks": true
|
|
},
|
|
"opts": {
|
|
"readme": "./README.md",
|
|
"destination": "./docs/",
|
|
"tutorials": "./tutorials"
|
|
}
|
|
} |