{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "tamu-library-components": {
      "projectType": "application",
      "schematics": {
        "@schematics/angular:component": {
          "style": "scss"
        },
        "@schematics/angular:application": {
          "strict": true
        }
      },
      "root": "",
      "sourceRoot": "src",
      "prefix": "tl",
      "architect": {
        "build": {
          "builder": "ngx-build-plus:browser",
          "options": {
            "preserveSymlinks": true,
            "outputPath": "dist/tamu-library-components",
            "index": "src/index.html",
            "main": "src/main.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "tsconfig.app.json",
            "assets": [
              "src/favicon.ico",
              "src/assets",
              "src/config.json",
              "src/tl-components.js",
              {
                "glob": "**/*",
                "input": "node_modules/tinymce",
                "output": "/assets/tinymce/"
              }
            ],
            "styles": [
              "src/styles.scss"
            ],
            "scripts": [],
            "allowedCommonJsDependencies": [
              "css-element-queries",
              "handlebars/dist/cjs/handlebars"
            ]
          },
          "configurations": {
            "production": {
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.prod.ts"
                }
              ],
              "buildOptimizer": true,
              "optimization": {
                "scripts": true,
                "fonts": {
                  "inline": true
                },
                "styles": {
                  "minify": true,
                  "inlineCritical": false
                }
              },
              "sourceMap": false,
              "extractLicenses": true,
              "namedChunks": false,
              "commonChunk": false,
              "vendorChunk": false,
              "budgets": [
                {
                  "type": "initial",
                  "maximumWarning": "4.8mb",
                  "maximumError": "5.5mb"
                }
              ],
              "outputHashing": "none"
            },
            "development": {
              "buildOptimizer": false,
              "optimization": false,
              "sourceMap": true,
              "extractLicenses": false,
              "commonChunk": true,
              "namedChunks": true,
              "vendorChunk": true
            }
          },
          "defaultConfiguration": "production"
        },
        "serve": {
          "builder": "ngx-build-plus:dev-server",
          "configurations": {
            "production": {
              "browserTarget": "tamu-library-components:build:production"
            },
            "development": {
              "browserTarget": "tamu-library-components:build:development"
            }
          },
          "defaultConfiguration": "development"
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "tamu-library-components:build"
          }
        },
        "test": {
          "builder": "ngx-build-plus:karma",
          "options": {
            "main": "src/test.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "tsconfig.spec.json",
            "karmaConfig": "karma.conf.js",
            "assets": [
              "src/favicon.ico",
              "src/assets"
            ],
            "styles": [
              "src/styles.scss"
            ],
            "scripts": []
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "tsconfig.app.json",
              "tsconfig.spec.json",
              "e2e/tsconfig.json"
            ],
            "exclude": [
              "**/node_modules/**"
            ]
          }
        },
        "e2e": {
          "builder": "@angular-devkit/build-angular:protractor",
          "options": {
            "protractorConfig": "e2e/protractor.conf.js",
            "devServerTarget": "tamu-library-components:serve"
          },
          "configurations": {
            "production": {
              "devServerTarget": "tamu-library-components:serve:production"
            }
          }
        }
      }
    },
    "tl-elements": {
      "projectType": "library",
      "root": "projects/tl-elements",
      "sourceRoot": "projects/tl-elements/src",
      "prefix": "tl",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:ng-packagr",
          "options": {
            "tsConfig": "projects/tl-elements/tsconfig.lib.json",
            "project": "projects/tl-elements/ng-package.json"
          },
          "configurations": {
            "production": {
              "tsConfig": "projects/tl-elements/tsconfig.lib.prod.json"
            },
            "development": {
              "tsConfig": "projects/tl-elements/tsconfig.lib.json"
            }
          },
          "defaultConfiguration": "production"
        },
        "test": {
          "builder": "ngx-build-plus:karma",
          "options": {
            "main": "projects/tl-elements/src/test.ts",
            "tsConfig": "projects/tl-elements/tsconfig.spec.json",
            "karmaConfig": "projects/tl-elements/karma.conf.js"
          }
        }
      }
    }
  },
  "defaultProject": "tamu-library-components"
}
