-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathtypedoc.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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",
"entryPoints": [
"src/index.node.ts",
"src/index.browser.ts",
"src/index.default.ts",
"src/repository.ts",
"src/application/commands/index.ts",
"src/application/primitives/index.ts",
"src/operators/index.ts",
"src/transport/index.ts",
"src/adapters/node/index.ts",
"src/adapters/browser/index.ts",
"src/adapters/memory/index.ts",
"src/ports/index.ts",
"src/domain/index.ts"
],
"entryPointStrategy": "resolve",
"out": "reports/api",
"tsconfig": "./tsconfig.build.json",
"excludePrivate": true,
"excludeInternal": true,
"excludeExternals": true,
"categorizeByGroup": true,
"readme": "README.md",
"navigationLinks": {
"GitHub": "https://github.com/scolladon/tsgit",
"npm": "https://www.npmjs.com/package/@scolladon/tsgit"
},
"validation": {
"notExported": true,
"invalidLink": true,
"notDocumented": false
},
"treatWarningsAsErrors": false,
"treatValidationWarningsAsErrors": false,
"hideGenerator": true,
"skipErrorChecking": true
}