{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { "name": "site" }, "apps": [ { "root": "src", "outDir": "dist", "assets": [ "assets", "generated", "app/search/search-worker.js", "favicon.ico", "pwa-manifest.json", "google385281288605d160.html", { "glob": "custom-elements.min.js", "input": "../node_modules/@webcomponents/custom-elements", "output": "./assets/js" }, { "glob": "native-shim.js", "input": "../node_modules/@webcomponents/custom-elements/src", "output": "./assets/js" } ], "index": "index.html", "main": "main.ts", "polyfills": "polyfills.ts", "test": "test.ts", "tsconfig": "tsconfig.app.json", "testTsconfig": "tsconfig.spec.json", "prefix": "aio", "serviceWorker": false, "styles": [ "styles.scss" ], "scripts": [ ], "environmentSource": "environments/environment.ts", "environments": { "dev": "environments/environment.ts", "next": "environments/environment.next.ts", "stable": "environments/environment.stable.ts", "archive": "environments/environment.archive.ts" } } ], "e2e": { "protractor": { "config": "tests/e2e/protractor.conf.js" } }, "lint": [ { "project": "src/tsconfig.app.json" }, { "project": "src/tsconfig.spec.json" }, { "project": "tests/e2e/tsconfig.e2e.json" } ], "test": { "karma": { "config": "src/karma.conf.js" } }, "defaults": { "styleExt": "scss", "component": { "inlineStyle": true }, "build": { "namedChunks": true } }, "packageManager": "yarn" }