{
  "out": "docs",
  "readme": "none",
  "entryPoints": ["src/index.ts"],
  "exclude": [
    "benchmarks/**",
    "src/index.ts",
    "src/common.ts",
    "**/__tests__/**"
  ],
  "theme": "markdown"
}