mirror of
https://github.com/valitydev/ng-core.git
synced 2024-11-06 00:05:19 +00:00
71 lines
2.6 KiB
JSON
71 lines
2.6 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"cli": {
|
|
"analytics": false
|
|
},
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"id-generator": {
|
|
"projectType": "library",
|
|
"root": "projects/id-generator",
|
|
"sourceRoot": "projects/id-generator/src",
|
|
"prefix": "lib",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"tsConfig": "projects/id-generator/tsconfig.lib.json",
|
|
"project": "projects/id-generator/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/id-generator/tsconfig.lib.prod.json"
|
|
}
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/id-generator/src/test.ts",
|
|
"tsConfig": "projects/id-generator/tsconfig.spec.json",
|
|
"karmaConfig": "projects/id-generator/karma.conf.js"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sentry": {
|
|
"projectType": "library",
|
|
"root": "projects/sentry",
|
|
"sourceRoot": "projects/sentry/src",
|
|
"prefix": "lib",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"project": "projects/sentry/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/sentry/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "projects/sentry/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/sentry/src/test.ts",
|
|
"tsConfig": "projects/sentry/tsconfig.spec.json",
|
|
"karmaConfig": "projects/sentry/karma.conf.js"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "id-generator"
|
|
}
|