-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
34 lines (34 loc) · 1.19 KB
/
typedoc.json
File metadata and controls
34 lines (34 loc) · 1.19 KB
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
27
28
29
30
31
32
33
34
{
"$schema": "https://typedoc.org/schema.json",
"tsconfig": "./src/lib/tsconfig.json",
"entryPoints": [
"./src/lib/AutoNumericComponent.tsx",
"./src/lib/AutoNumericInput.tsx"
],
"entryPointStrategy": "expand",
"plugin": [
"@8hobbies/typedoc-plugin-404",
"@8hobbies/typedoc-plugin-plausible",
"typedoc-plugin-mdn-links",
"typedoc-plugin-rename-defaults"
],
"hostedBaseUrl": "https://react-autonumeric.8hob.io",
"useHostedBaseUrlForAbsoluteLinks": true,
"externalSymbolLinkMappings": {
"global": {
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/"
},
"JSX": {
"IntrinsicElements.input": "https://react.dev/reference/react-dom/components/input",
"IntrinsicElements.input.props": "https://react.dev/reference/react-dom/components/input#props"
},
"AutoNumeric": {
"Options": "https://docs.autonumeric.org/Documentation/configuration%20options/"
},
"autonumeric": {
"AutoNumeric.CallbackOptions": "https://docs.autonumeric.org/Documentation/configuration%20options/"
}
},
"customFooterHtml": "© 2024 <a href=\"https://8hob.io\">8 Hobbies, LLC</a>",
"plausibleSiteDomain": "oss.8hob.io"
}