{
  "entryPoints": ["index.ts"],
  "out": "docs",
  "excludePrivate": true,
  "excludeInternal": true,
  "exclude": ["**/*.test.ts", "**/helpers/**"],
  "tsconfig": "tsconfig.json"
}