-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.json
19 lines (19 loc) · 994 Bytes
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src"],
"includeVersion": true,
"externalSymbolLinkMappings": {
"global": {
"undefined": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined",
"Infinity": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity",
"NaN": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NaN",
"Number.MAX_SAFE_INTEGER": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER",
"setTimeout": "https://developer.mozilla.org/en-US/docs/Web/API/setTimeout",
"AbortSignal": "https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal",
"EventTarget": "https://developer.mozilla.org/en-US/docs/Web/API/EventTarget"
},
"@types/node": {
"AbortSignal": "https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal"
}
}
}