{ "entryPoints": [ "src/**/*.ts" ], "outputs": [ { "name": "html", "path": "./docs/html", "options": { "navigation": { "includeCategories": true, "includeGroups": true, "excludeReferences": false, "includeFolders": true } } } ], "githubPages": false, "exclude": [ "**/*+(test|spec).ts" ], "theme": "default-modern", "dmtFavicon": "https://csw.im/favicon.ico", "dmtLinksIcon": [ { "icon": "https://c.csw.im/favicon.ico", "title": "CoastalCommits", "url": "https://c.csw.im/GalacticFactory/PackwizJS" } ], "plugin": [ "typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt" ], "categorizeByGroup": true }