forked from heremaps/here-data-sdk-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.json
29 lines (28 loc) · 830 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
29
{
"name": "@here/olp-sdk-ts",
"out": "dist/doc",
"entryPoints": [
"@here/olp-sdk-authentication/index.ts",
"@here/olp-sdk-dataservice-read/index.ts",
"@here/olp-sdk-dataservice-write/index.ts",
"@here/olp-sdk-dataservice-api/index.ts",
"@here/olp-sdk-core/index.ts",
"@here/olp-sdk-fetch/index.ts"
],
"exclude": [
"**/index.ts",
"**/index.node.ts",
"**/index.web.ts",
"**/node_modules/**",
"**/test/**/*.ts",
"**/tests/**/*.ts",
"**/dist/**/*.ts",
"**/scripts/*.ts",
"@here/olp-sdk-authentication/lib.version.ts",
"@here/olp-sdk-authentication/lib/HttpError.ts",
"examples/**"
],
"readme": "README.md",
"excludePrivate": "true",
"excludeExternals": "true"
}