forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
19 lines (19 loc) · 832 Bytes
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"out" : "./doc",
"mode" : "modules",
"module" : "commonjs",
"target" : "ES5",
"theme" : "default",
"name" : "Angular 2 UI for DSpace",
"readme" : "./README.md",
"exclude" : "**/*+(spec.ts|po.ts|index.ts|.json|.js|.config.ts)",
"excludeExternals" : "true",
"ignoreCompilerErrors" : "true",
"experimentalDecorators" : "true",
"emitDecoratorMetadata" : "true",
"moduleResolution" : "node",
"preserveConstEnums" : "true",
"stripInternal" : "true",
"suppressExcessPropertyErrors" : "true",
"suppressImplicitAnyIndexErrors": "true"
}