-
Notifications
You must be signed in to change notification settings - Fork 13
/
typedoc.base.json
50 lines (50 loc) · 1.64 KB
/
typedoc.base.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
"plugin": ["typedoc-plugin-mdn-links", "typedoc-plugin-markdown"],
"hidePageHeader": true,
"hideBreadcrumbs": true,
"hidePageTitle": true,
"hideGroupHeadings": true,
"categorizeByGroup": false,
"externalSymbolLinkMappings": {
"@amadeus-it-group/tansu": {
"ReadableSignal": "https://amadeusitgroup.github.io/tansu/interfaces/ReadableSignal.html",
"WritableSignal": "https://amadeusitgroup.github.io/tansu/interfaces/WritableSignal.html"
},
"@angular/core": {
"Type": "https://angular.dev/api/core/Type",
"TemplateRef": "https://angular.dev/api/core/TemplateRef",
"InjectionToken": "https://angular.dev/api/core/InjectionToken",
"OnInit": "https://angular.dev/api/core/OnInit",
"OnChanges": "https://angular.dev/api/core/OnChanges",
"OnDestroy": "https://angular.dev/api/core/OnDestroy",
"AfterContentChecked": "https://angular.dev/api/core/AfterContentChecked",
"AfterViewInit": "https://angular.dev/api/core/AfterViewInit",
"FactoryProvider": "https://angular.dev/api/core/FactoryProvider",
"Signal": "https://angular.dev/api/core/Signal"
},
"@angular/forms": {
"ControlValueAccessor": "https://angular.dev/api/forms/ControlValueAccessor"
},
"svelte": {
"Snippet": "https://svelte.dev/docs/svelte/svelte#Snippet"
}
},
"excludeNotDocumented": true,
"excludeInternal": true,
"excludeExternals": true,
"excludeNotDocumentedKinds": [
"Constructor",
"Property",
"Method",
"CallSignature",
"IndexSignature",
"ConstructorSignature",
"Accessor",
"GetSignature",
"SetSignature",
"TypeAlias",
"Reference"
],
"pretty": false
}