{
  "projectType": "application",
  "sourceRoot": "packages/demo-app/src",
  "prefix": "stencil-angular-components",
  "targets": {
    "build": {
      "executor": "@angular-devkit/build-angular:browser",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/packages/demo-app",
        "index": "packages/demo-app/src/index.html",
        "main": "packages/demo-app/src/main.ts",
        "polyfills": "packages/demo-app/src/polyfills.ts",
        "tsConfig": "packages/demo-app/tsconfig.app.json",
        "assets": [
          "packages/demo-app/src/favicon.ico",
          "packages/demo-app/src/assets"
        ],
        "styles": ["packages/demo-app/src/styles.css"],
        "scripts": []
      },
      "configurations": {
        "production": {
          "budgets": [
            {
              "type": "initial",
              "maximumWarning": "500kb",
              "maximumError": "1mb"
            },
            {
              "type": "anyComponentStyle",
              "maximumWarning": "2kb",
              "maximumError": "4kb"
            }
          ],
          "fileReplacements": [
            {
              "replace": "packages/demo-app/src/environments/environment.ts",
              "with": "packages/demo-app/src/environments/environment.prod.ts"
            }
          ],
          "outputHashing": "all"
        },
        "development": {
          "buildOptimizer": false,
          "optimization": false,
          "vendorChunk": true,
          "extractLicenses": false,
          "sourceMap": true,
          "namedChunks": true
        }
      },
      "defaultConfiguration": "production"
    },
    "serve": {
      "executor": "@angular-devkit/build-angular:dev-server",
      "configurations": {
        "production": {
          "browserTarget": "demo-app:build:production"
        },
        "development": {
          "browserTarget": "demo-app:build:development"
        }
      },
      "defaultConfiguration": "development"
    },
    "extract-i18n": {
      "executor": "@angular-devkit/build-angular:extract-i18n",
      "options": {
        "browserTarget": "demo-app:build"
      }
    },
    "lint": {
      "executor": "@nrwl/linter:eslint",
      "options": {
        "lintFilePatterns": [
          "packages/demo-app/**/*.ts",
          "packages/demo-app/**/*.html"
        ]
      }
    },
    "test": {
      "executor": "@nrwl/jest:jest",
      "outputs": ["coverage/packages/demo-app"],
      "options": {
        "jestConfig": "packages/demo-app/jest.config.ts",
        "passWithNoTests": true
      }
    }
  },
  "tags": []
}
