summaryrefslogtreecommitdiff
path: root/typedoc.json
blob: d381bba503b40108c7ffcc0290ca0dcca3754512 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://typedoc.org/schema.json",
  "out": "docs/reference",
  "entryPoints": ["./src/index.ts"],
  "entryPointStrategy": "expand",
  "tsconfig": "./src/tsconfig.json",
  "plugin": ["@terwer/typedoc-plugin-markdown"],
  "hideBreadcrumbs": true,
  "disableSources": true
}