2025-02-09 10:00:02 -06:00
|
|
|
{
|
2025-02-09 15:14:11 -06:00
|
|
|
"entryPoints": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
2025-02-09 14:00:39 -06:00
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"name": "html",
|
|
|
|
"path": "./docs/html",
|
|
|
|
"options": {
|
2025-02-09 14:02:58 -06:00
|
|
|
"navigation": {
|
2025-02-09 14:00:39 -06:00
|
|
|
"includeCategories": true,
|
|
|
|
"includeGroups": true,
|
|
|
|
"excludeReferences": false,
|
|
|
|
"includeFolders": true
|
2025-02-09 14:40:21 -06:00
|
|
|
}
|
2025-02-09 14:00:39 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2025-02-09 14:11:26 -06:00
|
|
|
"githubPages": false,
|
2025-02-09 15:14:11 -06:00
|
|
|
"exclude": [
|
|
|
|
"**/*+(test|spec).ts"
|
|
|
|
],
|
2025-02-09 14:40:21 -06:00
|
|
|
"theme": "default-modern",
|
2025-02-09 15:14:11 -06:00
|
|
|
"dmtFavicon": "https://csw.im/favicon.ico",
|
2025-02-09 14:40:21 -06:00
|
|
|
"dmtLinksIcon": [
|
|
|
|
{
|
2025-02-09 15:14:11 -06:00
|
|
|
"icon": "https://c.csw.im/favicon.ico",
|
2025-02-09 14:40:21 -06:00
|
|
|
"title": "CoastalCommits",
|
2025-02-09 15:14:11 -06:00
|
|
|
"url": "https://c.csw.im/GalacticFactory/PackwizJS"
|
2025-02-09 14:40:21 -06:00
|
|
|
}
|
2025-02-09 14:37:45 -06:00
|
|
|
],
|
2025-02-09 15:14:11 -06:00
|
|
|
"plugin": [
|
|
|
|
"typedoc-plugin-coverage",
|
|
|
|
"@typhonjs-typedoc/typedoc-theme-dmt"
|
|
|
|
],
|
2025-02-09 10:00:02 -06:00
|
|
|
"categorizeByGroup": true
|
|
|
|
}
|