forked from mistic100/Photo-Sphere-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
39 lines (39 loc) · 1.03 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
{
"$schema": "https://typedoc.org/schema.json",
"name": "Photo Sphere Viewer",
"includeVersion": false,
"githubPages": false,
"cleanOutputDir": false,
"excludePrivate": true,
"entryPointStrategy": "packages",
"readme": ".typedoc/README.md",
"gaID": "UA-28192323-3",
"entryPoints": [
"packages/*"
],
"exclude": [
"packages/shared"
],
"validation": {
"notExported": false
},
"sidebarLinks": {
"📃 Main documentation": "https://photo-sphere-viewer.js.org"
},
"visibilityFilters": {
"protected": true,
"inherited": false
},
"favicon": "docs/.vuepress/public/favicon.png",
"customCss": "docs/.typedoc/style.css",
"externalSymbolLinkMappings": {
"typescript": {
"Error": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error",
"Event": "https://developer.mozilla.org/docs/Web/API/Event",
"EventTarget": "https://developer.mozilla.org/docs/Web/API/EventTarget"
},
"@types/three": {
"*": "https://threejs.org/docs"
}
}
}