mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 18:49:21 +00:00
33 lines
826 B
JSON
33 lines
826 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/lib",
|
|
"target": "es2015",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"types": [],
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"flatModuleId": "AUTOGENERATED",
|
|
"flatModuleOutFile": "AUTOGENERATED"
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
} |