{ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/apollo-client/src", "projectType": "library", "targets": { "build": { "executor": "@nrwl/web:rollup", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/apollo-client", "tsConfig": "libs/apollo-client/tsconfig.lib.json", "project": "libs/apollo-client/package.json", "entryFile": "libs/apollo-client/src/index.ts", "external": ["react/jsx-runtime"], "rollupConfig": "@nrwl/react/plugins/bundle-rollup", "compiler": "babel", "assets": [ { "glob": "libs/apollo-client/README.md", "input": ".", "output": "." } ] } }, "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/apollo-client/**/*.ts"] } }, "test": { "executor": "@nrwl/jest:jest", "outputs": ["coverage/libs/apollo-client"], "options": { "jestConfig": "libs/apollo-client/jest.config.ts", "passWithNoTests": true } } }, "tags": [] }