mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "shared-ngrx-callstate-store",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"sourceRoot": "libs/shared/ngrx-callstate-store/src",
|
|
"prefix": "lib",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/angular:package",
|
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
|
"options": {
|
|
"project": "libs/shared/ngrx-callstate-store/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "libs/shared/ngrx-callstate-store/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "libs/shared/ngrx-callstate-store/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"libs/shared/ngrx-callstate-store/**/*.ts",
|
|
"libs/shared/ngrx-callstate-store/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|