forked from hpcc-systems/hpcc-js-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
30 lines (30 loc) · 798 Bytes
/
Copy pathtypedoc.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"entryPoints": [
"./packages/base91/src/base91.ts",
"./packages/base91/src/wasm-library.ts",
"./packages/duckdb/src/duckdb.ts",
"./packages/expat/src/expat.ts",
"./packages/graphviz/src/graphviz.ts",
"./packages/llama/src/llama.ts",
"./packages/zstd/src/zstd.ts",
],
"out": "./docs",
"readme": "none",
"cleanOutputDir": false,
"excludeProtected": true,
"excludePrivate": true,
"hideGenerator": true,
"hideBreadcrumbs": true,
"hidePageTitle": true,
"disableSources": true,
"hidePageHeader": true,
"publicPath": "/docs/",
"sort": [
"static-first",
"source-order"
],
"tsconfig": "./typedoc.tsconfig.json",
"plugin": [
"typedoc-plugin-markdown"
]
}