antongolub/git-up

View on GitHub
src/main/typedoc/typedoc.json

Summary

Maintainability
Test Coverage
{
  "name": "@antongolub/git-root",
  "out": "../../../target/docs",
  "entryPoints": ["../../../src/main/ts/"],
  "exclude": ["../../../src/test", "**/node_modules/**"],
  "externalPattern": ["**/node_modules/**"],
  "excludeExternals": true,
  "excludePrivate": true,
  "excludeProtected": true,
  "includeVersion": true,
  "hideGenerator": true,
  "readme": "../../../README.md",
  "tsconfig": "../../../tsconfig.json",
  "theme": "default"
}