-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtypedoc.json
More file actions
35 lines (28 loc) · 820 Bytes
/
typedoc.json
File metadata and controls
35 lines (28 loc) · 820 Bytes
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
{
"entryPoints": ["flarum/framework/core/js", "flarum/extensions/*/js"],
"entryPointStrategy": "packages",
"includeVersion": true,
"categorizeByGroup": false,
"gitRemote": "origin",
"plugin": [
"typedoc-plugin-extras",
"typedoc-plugin-missing-exports",
"typedoc-plugin-dt-links",
"typedoc-plugin-mdn-links",
"typedoc-plugin-rename-defaults",
],
"navigation": {
"includeFolders": true,
"compactFolders": true,
"includeGroups": false,
"includeCategories": false,
"excludeReferences": true
},
"excludeExternals": true,
"excludeReferences": true,
"skipErrorChecking": false,
"footerTypedocVersion": true,
"footerLastModified": true,
"cacheBust": true,
"logLevel": "Info"
}