mirror of https://github.com/CesiumGS/cesium.git
33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"packages/engine/Source"
|
|
],
|
|
"exclude": [
|
|
"packages/engine/Source/ThirdParty",
|
|
"packages/engine/Source/Workers"
|
|
],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [
|
|
"./Tools/jsdoc/cesiumTags",
|
|
"tsd-jsdoc/dist/plugin"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"outputSourceFiles": false
|
|
},
|
|
"sourceUrl": "https://github.com/CesiumGS/cesium/blob/{version}/Source/{filename}"
|
|
},
|
|
"opts": {
|
|
"destination": "packages/engine",
|
|
"template": "tsd-jsdoc/dist",
|
|
"outFile": "index.d.ts",
|
|
"recurse": true
|
|
}
|
|
} |