{ "name": "apollo-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/apollo-client/src", "projectType": "library", "targets": { "lint": { "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/apollo-client/**/*.ts"] } }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/libs/apollo-client"], "options": { "jestConfig": "libs/apollo-client/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } } } }, "tags": [] }