forked from AmadeusITGroup/AgnosUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.base.json
35 lines (35 loc) · 1.42 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
{
"$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": {
"ComponentType": "https://svelte.dev/docs/svelte#types-componenttype",
"SvelteComponent": "https://svelte.dev/docs/svelte#types-sveltecomponent"
}
},
"pretty": false
}