{ "entryPoints": ["packages/*"], "entryPointStrategy": "packages", "name": "PackwizJS", "packageOptions": { "includeVersion": true, "entryPoints": ["src/**/*.ts"] }, "outputs": [ { "name": "html", "path": "./.generated_docs/html", "options": { "navigation": { "includeCategories": true, "includeGroups": true, "excludeReferences": false, "includeFolders": true } } } ], "githubPages": false, "exclude": ["**/*+(test|spec).ts"], "theme": "default-modern", "dmtFavicon": "https://c.csw.im/favicon.ico", "dmtLinksIcon": [ { "icon": "https://c.csw.im/favicon.ico", "title": "CoastalCommits", "url": "https://c.csw.im/GalacticFactory/PackwizJS" } ], "dmtNavigation": { "moduleIcon": true, "style": "compact" }, "sourceLinkTemplate": "https://c.csw.im/GalacticFactory/PackwizJS/src/commit/{gitRevision}/{path}#L{line}", "coverageLabel": "Documentation Coverage", "coverageOutputType": "all", "plugin": [ "typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt", "@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/es/2024", "@typhonjs-typedoc/ts-lib-docs/typedoc/ts-links/dom/2024" ], "categorizeByGroup": true }