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