Mercurial > hg > ugly-duckling
view angular-cli.json @ 192:e4f38975c2bc
Introduce interface for reading a file, once again avoiding specific browser implementation.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 23 Mar 2017 15:42:34 +0000 |
parents | ec3978a3ed30 |
children |
line wrap: on
line source
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { "version": "1.0.0-beta.18", "name": "ugly-duckling" }, "apps": [ { "root": "src", "outDir": "dist", "assets": [ "assets", "favicon.ico", "bootstrap-feature-extraction-worker.js" ], "index": "index.html", "main": "main.ts", "polyfills": "externals.ts", "test": "test.ts", "tsconfig": "tsconfig.json", "prefix": "app", "mobile": false, "styles": [ "styles.css" ], "scripts": [ "../node_modules/requirejs/require.js" ], "environmentSource": "environments/environment.ts", "environments": { "dev": "environments/environment.ts", "prod": "environments/environment.prod.ts" } } ], "addons": [], "packages": [], "e2e": { "protractor": { "config": "./protractor.conf.js" } }, "test": { "karma": { "config": "./karma.conf.js" } }, "defaults": { "styleExt": "css", "component": {} } }