mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
38 lines
928 B
JSON
38 lines
928 B
JSON
{
|
|
"name": "decoupling-helmet",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/decoupling/helmet/src",
|
|
"prefix": "lib",
|
|
"projectType": "library",
|
|
"tags": ["type:hlm"],
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/angular:ng-packagr-lite",
|
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
|
"options": {
|
|
"project": "libs/decoupling/helmet/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "libs/decoupling/helmet/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "libs/decoupling/helmet/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"options": {
|
|
"passWithNoTests": true
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"ci": true,
|
|
"coverage": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|