mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"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|.aot.ts)",
|
|
"excludeExternals": "true",
|
|
"ignoreCompilerErrors": "true",
|
|
"experimentalDecorators": "true",
|
|
"emitDecoratorMetadata": "true",
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": "true",
|
|
"stripInternal": "true",
|
|
"suppressExcessPropertyErrors": "true",
|
|
"suppressImplicitAnyIndexErrors": "true"
|
|
}
|