22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"out": "docs/reference",
|
|
"entryPoints": ["./libs/client/src/index.ts"],
|
|
"exclude": [
|
|
"./src/__tests__/**",
|
|
"*.spec.ts",
|
|
"./libs/client/src/types/endpoints.ts"
|
|
],
|
|
"excludeExternals": true,
|
|
"excludeInternal": false,
|
|
"includeVersion": false,
|
|
"githubPages": true,
|
|
"plugin": [
|
|
"typedoc-plugin-mdn-links",
|
|
"typedoc-plugin-extras",
|
|
"typedoc-github-theme"
|
|
],
|
|
"readme": "none",
|
|
"hideGenerator": true
|
|
}
|