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