2024-03-24 20:45:07 +01:00
|
|
|
{
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
"version": 1,
|
|
|
|
"projects": {
|
2024-03-29 18:35:55 +01:00
|
|
|
"kar-cw": {
|
|
|
|
"projectType": "library",
|
2024-04-03 00:33:33 +02:00
|
|
|
"root": "",
|
|
|
|
"sourceRoot": "src",
|
2024-03-29 18:35:55 +01:00
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
|
|
"options": {
|
2024-04-03 00:33:33 +02:00
|
|
|
"project": "ng-package.json"
|
2024-03-29 18:35:55 +01:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2024-04-03 00:33:33 +02:00
|
|
|
"tsConfig": "tsconfig.prod.json"
|
2024-03-29 18:35:55 +01:00
|
|
|
},
|
|
|
|
"development": {
|
2024-04-03 00:33:33 +02:00
|
|
|
"tsConfig": "tsconfig.json"
|
2024-03-29 18:35:55 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
|
|
"options": {
|
2024-04-03 00:33:33 +02:00
|
|
|
"tsConfig": "tsconfig.spec.json",
|
2024-03-29 18:35:55 +01:00
|
|
|
"polyfills": [
|
|
|
|
"zone.js",
|
|
|
|
"zone.js/testing"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-03-24 20:45:07 +01:00
|
|
|
}
|
2024-04-03 00:33:33 +02:00
|
|
|
}
|