Files
2026-04-17 16:22:31 +03:30

45 lines
1.4 KiB
JSON

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
"x-saherelm-api-sdk": {
"projectType": "library",
"root": "projects/x-saherelm-api-sdk",
"sourceRoot": "projects/x-saherelm-api-sdk/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/x-saherelm-api-sdk/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/x-saherelm-api-sdk/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/x-saherelm-api-sdk/tsconfig.lib.json"
},
"ivy": {
"tsConfig": "projects/x-saherelm-api-sdk/tsconfig.lib.ivy.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/x-saherelm-api-sdk/src/test.ts",
"tsConfig": "projects/x-saherelm-api-sdk/tsconfig.spec.json",
"karmaConfig": "projects/x-saherelm-api-sdk/karma.conf.js"
}
}
}
}
},
"defaultProject": "x-saherelm-api-sdk"
}