-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtypedoc.json
28 lines (28 loc) · 868 Bytes
/
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
{
"name": "Roqueform",
"includeVersion": true,
"excludePrivate": true,
"excludeExternals": true,
"excludeInternal": true,
"disableSources": true,
"hideGenerator": true,
"readme": "none",
"visibilityFilters": {
"protected": true,
"inherited": true
},
"tsconfig": "./tsconfig.json",
"customCss": "./node_modules/typedoc-custom-css/custom.css",
"entryPoints": ["./packages/*/src/main/index.ts"],
"plugin": ["typedoc-plugin-mdn-links"],
"externalSymbolLinkMappings": {
"doubter": {
"Issue": "https://smikhalevski.github.io/doubter/latest/interfaces/core.Issue.html",
"ParseOptions": "https://smikhalevski.github.io/doubter/latest/interfaces/core.ParseOptions.html",
"Shape": "https://smikhalevski.github.io/doubter/latest/classes/core.Shape.html"
}
},
"compilerOptions": {
"skipLibCheck": true
}
}