2025-02-09 10:00:02 -06:00
{
2025-02-13 10:23:37 -06:00
"entryPoints" : [ "packages/*" ] ,
2025-02-11 09:03:43 -06:00
"entryPointStrategy" : "packages" ,
"name" : "PackwizJS" ,
"packageOptions" : {
"includeVersion" : true ,
2025-02-13 10:23:37 -06:00
"entryPoints" : [ "src/**/!(*index).ts" ] ,
2025-02-11 09:08:37 -06:00
"dmtLinksIcon" : [
{
"icon" : "https://c.csw.im/favicon.ico" ,
"title" : "CoastalCommits" ,
"url" : "https://c.csw.im/GalacticFactory/PackwizJS"
}
] ,
2025-02-13 10:23:37 -06:00
"dmtLinksService" : {
"NPM" : "https://www.npmjs.com/org/packwizjs"
} ,
2025-02-11 09:08:37 -06:00
"dmtNavigation" : {
"moduleIcon" : true ,
"style" : "compact"
} ,
"sourceLinkTemplate" : "https://c.csw.im/GalacticFactory/PackwizJS/src/commit/{gitRevision}/{path}#L{line}"
2025-02-11 09:03:43 -06:00
} ,
2025-02-09 14:00:39 -06:00
"outputs" : [
{
"name" : "html" ,
2025-02-09 16:15:10 -06:00
"path" : "./.generated_docs/html" ,
2025-02-09 14:00:39 -06:00
"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-12 15:12:38 -06:00
"favicon" : "docs/assets/favicon.png" ,
2025-02-09 14:11:26 -06:00
"githubPages" : false ,
2025-02-12 15:12:38 -06:00
"includeVersion" : false ,
2025-02-13 10:23:37 -06:00
"exclude" : [ "**/*+(test|spec).ts" ] ,
2025-02-12 15:12:38 -06:00
"theme" : "default" ,
2025-02-09 16:15:10 -06:00
"coverageOutputType" : "all" ,
2025-02-09 15:14:11 -06:00
"plugin" : [
"typedoc-plugin-coverage" ,
2025-02-09 16:15:10 -06:00
"@typhonjs-typedoc/typedoc-theme-dmt" ,
2025-02-09 16:17:34 -06:00
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/es/2024" ,
"@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/dom/2024"
2025-02-09 15:14:11 -06:00
] ,
2025-02-12 15:12:38 -06:00
"categorizeByGroup" : true ,
"logLevel" : "Verbose"
2025-02-09 10:00:02 -06:00
}