{ "root": "packages/services", "sourceRoot": "packages/services/src", "projectType": "library", "targets": { "build": { "executor": "@nrwl/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/services", "main": "packages/services/src/index.ts", "tsConfig": "packages/services/tsconfig.lib.json", "assets": ["packages/services/*.md"] } }, "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["packages/services/**/*.ts"] } }, "test": { "executor": "@nrwl/jest:jest", "outputs": ["coverage/packages/services"], "options": { "jestConfig": "packages/services/jest.config.js", "passWithNoTests": true } } }, "tags": [] }