github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/Decentralized-Energy-Composer-master/angular-app/.angular-cli.json (about) 1 { 2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json", 3 "project": { 4 "name": "angular-app" 5 }, 6 "apps": [ 7 { 8 "root": "src", 9 "outDir": "dist", 10 "assets": [ 11 "assets", 12 "favicon.ico" 13 ], 14 "index": "index.html", 15 "main": "main.ts", 16 "polyfills": "polyfills.ts", 17 "test": "test.ts", 18 "tsconfig": "tsconfig.app.json", 19 "testTsconfig": "tsconfig.spec.json", 20 "prefix": "app", 21 "styles": [ 22 "../node_modules/bootstrap/dist/css/bootstrap.min.css", 23 "styles.css" 24 ], 25 "scripts": [ 26 "../node_modules/jquery/dist/jquery.js", 27 "../node_modules/tether/dist/js/tether.js", 28 "../node_modules/bootstrap/dist/js/bootstrap.js" 29 ], 30 "environmentSource": "environments/environment.ts", 31 "environments": { 32 "source": "environments/environment.ts", 33 "dev": "environments/environment.ts", 34 "prod": "environments/environment.prod.ts" 35 } 36 } 37 ], 38 "addons": [], 39 "packages": [], 40 "e2e": { 41 "protractor": { 42 "config": "./protractor.conf.js" 43 } 44 }, 45 "test": { 46 "karma": { 47 "config": "./karma.conf.js" 48 } 49 }, 50 "defaults": { 51 "styleExt": "css", 52 "prefixInterfaces": false, 53 "inline": { 54 "style": false, 55 "template": false 56 }, 57 "spec": { 58 "class": false, 59 "component": true, 60 "directive": true, 61 "module": false, 62 "pipe": true, 63 "service": true 64 } 65 } 66 }