-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtypedoc.json
More file actions
30 lines (30 loc) · 800 Bytes
/
Copy pathtypedoc.json
File metadata and controls
30 lines (30 loc) · 800 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": [
"./src/components",
"./src/dock-manager",
"./src/grids",
"./src/grid-lite",
"./node_modules/typescript/lib/lib.dom.d.ts"
],
"entryPointStrategy": "resolve",
"plugin": [
"typedoc-plugin-localization",
"ig-typedoc-theme",
"./plugins/typedoc-plugin-react-components/dist/main.js",
"typedoc-plugin-merge-modules"
],
"exclude": ["**/*.spec.ts", "tests"],
"theme": "igtheme",
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"name": "Ignite UI for React",
"readme": "none",
"tsconfig": "tsconfig-typedoc.json",
"localize": "en",
"versioning": true,
"product": "ignite-ui-react",
"config": "react.oss.config.json",
"mergeModulesRenameDefaults": true,
"mergeModulesMergeMode": "project"
}