{
  "projectType": "library",
  "sourceRoot": "packages/savvi-components-angular/src",
  "prefix": "stencil-angular-components",
  "targets": {
    "test": {
      "executor": "@nrwl/jest:jest",
      "outputs": ["coverage/packages/savvi-components-angular"],
      "options": {
        "jestConfig": "packages/savvi-components-angular/jest.config.ts",
        "passWithNoTests": true
      }
    },
    "lint": {
      "executor": "@nrwl/linter:eslint",
      "options": {
        "lintFilePatterns": [
          "packages/savvi-components-angular/**/*.ts",
          "packages/savvi-components-angular/**/*.html"
        ]
      }
    }
  },
  "tags": []
}
