38 lines
938 B
JSON
38 lines
938 B
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"projects": {
|
|
"kar-cw": {
|
|
"projectType": "library",
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"project": "ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "tsconfig.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "tsconfig.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"polyfills": [
|
|
"zone.js",
|
|
"zone.js/testing"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |