mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
19 lines
832 B
JSON
19 lines
832 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)",
|
|
"excludeExternals" : "true",
|
|
"ignoreCompilerErrors" : "true",
|
|
"experimentalDecorators" : "true",
|
|
"emitDecoratorMetadata" : "true",
|
|
"moduleResolution" : "node",
|
|
"preserveConstEnums" : "true",
|
|
"stripInternal" : "true",
|
|
"suppressExcessPropertyErrors" : "true",
|
|
"suppressImplicitAnyIndexErrors": "true"
|
|
} |