{
  "entryPoints": ["src"],
  "out": "docs",
  "tsconfig": "tsconfig.json",
  "exclude": ["**/*.test.ts", "**/*.spec.ts"],
  "entryPointStrategy": "expand"
}