{ "entryPoints": ["src/**/*.ts"], "outputs": [ { "name": "html", "path": "./docs/html", "options": { "navigation": { "includeCategories": true, "includeGroups": true, "excludeReferences": false, "includeFolders": true } } }, { "name": "markdown", "path": "./docs/markdown" } ], "exclude": ["**/*+(test|spec).ts"], "theme": "default", "plugin": ["typedoc-plugin-markdown"], "categorizeByGroup": true }