-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
38 lines (38 loc) · 857 Bytes
/
Copy pathtypedoc.json
File metadata and controls
38 lines (38 loc) · 857 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
36
37
38
{
"entryPoints": ["src/index.ts"],
"out": "build/docs",
"name": "@photostructure/fs-metadata",
"includeVersion": false,
"excludePrivate": true,
"excludeInternal": true,
"readme": "README.md",
"githubPages": true,
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/test/**"],
"tsconfig": "tsconfig.base.json",
"projectDocuments": [
"doc/examples.md",
"doc/gotchas.md",
"doc/system-volume-detection.md",
"CONTRIBUTING.md",
"SECURITY.md",
"LICENSE.txt"
],
"navigationLinks": {
"GitHub": "https://github.com/photostructure/fs-metadata",
"NPM": "https://www.npmjs.com/package/@photostructure/fs-metadata"
},
"highlightLanguages": [
"typescript",
"javascript",
"c++",
"cpp",
"c",
"docker",
"dockerfile",
"json",
"bash",
"shell",
"powershell",
"yaml"
]
}