{ "name": "decoupling-core", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/decoupling/core/src", "prefix": "lib", "tags": ["type:core"], "projectType": "library", "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", "outputs": ["{workspaceRoot}/dist/{projectRoot}"], "options": { "project": "libs/decoupling/core/ng-package.json" }, "configurations": { "production": { "tsConfig": "libs/decoupling/core/tsconfig.lib.prod.json" }, "development": { "tsConfig": "libs/decoupling/core/tsconfig.lib.json" } }, "defaultConfiguration": "production" }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/decoupling/core/jest.config.ts" } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": [ "libs/decoupling/core/**/*.ts", "libs/decoupling/core/**/*.html" ] } } } }