Files
angular-challenges/libs/ngrx-notification/backend/project.json
2023-05-22 22:06:48 +02:00

28 lines
739 B
JSON

{
"name": "ngrx-notification-backend",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/ngrx-notification/backend/src",
"prefix": "angular-challenges",
"targets": {
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/ngrx-notification/backend/jest.config.ts",
"passWithNoTests": true
}
},
"lint": {
"executor": "@nx/linter:eslint",
"options": {
"lintFilePatterns": [
"libs/ngrx-notification/backend/**/*.ts",
"libs/ngrx-notification/backend/**/*.html"
]
}
}
},
"tags": []
}