-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.json
49 lines (49 loc) · 2.53 KB
/
typedoc.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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src"],
"entryPointStrategy": "expand",
"includeVersion": true,
"externalSymbolLinkMappings": {
"global": {
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
"Infinity": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity",
"Map": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map"
},
"typescript": {
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
"Infinity": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity",
"Map": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map",
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
"Required": "https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype"
},
"node:process": {
"cwd": "https://nodejs.org/docs/latest/api/process.html#process_process_cwd"
},
"cli-diff": {
"diff": "https://github.com/j-f1/cli-diff#usage"
},
"@types/semver": {
"RangeOptions": "https://github.com/npm/node-semver#readme"
},
"typedoc-plugin-versions": {
"metadata": "https://citkane.github.io/typedoc-plugin-versions/stable/types/metadata.html",
"version": "https://citkane.github.io/typedoc-plugin-versions/dev/types/version.html",
"versionsOptions": "https://citkane.github.io/typedoc-plugin-versions/stable/interfaces/versionsOptions.html",
"versionsOptions.stable": "https://citkane.github.io/typedoc-plugin-versions/dev/interfaces/versionsOptions.html#stable",
"versionsOptions.dev": "https://citkane.github.io/typedoc-plugin-versions/dev/interfaces/versionsOptions.html#dev"
},
"typedoc-plugin-versions/etc/utils": {
"refreshMetadata": "https://citkane.github.io/typedoc-plugin-versions/dev/functions/utils.refreshMetadata.html"
},
"yargs": {
"yargs.Argv": "https://yargs.js.org/docs/#api-reference-argv"
},
"@types/yargs": {
"yargs.Argv": "https://yargs.js.org/docs/#api-reference-argv",
"yargs.ArgumentsCamelCase": "https://yargs.js.org/docs/#api-reference-argv",
"yargs.Options": "https://yargs.js.org/docs/#api-reference-optionskey-opt",
"yargs.InferredOptionTypes": "https://yargs.js.org/docs/#api-reference-optionskey-opt"
}
},
"exclude": ["src/cli.ts"]
}