{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["./src/index.ts"],
  "excludePrivate": true,
  "excludeExternals": true,
  "excludeInternal": true,
  "excludeProtected": true,
  "disableSources": true,
  "searchInComments": true,
  "sort": ["kind","source-order"],
  "plugin": ["typedoc-plugin-markdown"],
  "out": "doc"
}