-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathtypedoc.json
More file actions
26 lines (26 loc) · 795 Bytes
/
typedoc.json
File metadata and controls
26 lines (26 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./src/lib/GaugeComponent/types/GaugeComponentProps.ts",
"./src/lib/GaugeComponent/types/Arc.ts",
"./src/lib/GaugeComponent/types/Pointer.ts",
"./src/lib/GaugeComponent/types/Labels.ts",
"./src/lib/GaugeComponent/types/Tick.ts",
"./src/lib/GaugeComponent/types/Tooltip.ts"
],
"out": "docs/api",
"plugin": ["typedoc-plugin-markdown"],
"readme": "none",
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"hideGenerator": true,
"githubPages": false,
"disableSources": false,
"includeVersion": true,
"categorizeByGroup": true,
"sort": ["source-order"],
"name": "React Gauge Component API",
"entryPointStrategy": "expand",
"excludeExternals": true
}