-
Notifications
You must be signed in to change notification settings - Fork 33
/
angular-cli.json
50 lines (50 loc) · 1.13 KB
/
angular-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"project": {
"version": "1.7.0-beta.3",
"name": "app-etcd"
},
"apps": [{
"root": "frontend",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"test": "test.ts",
"tsconfig": "tsconfig.json",
"prefix": "app",
"mobile": false,
"styles": [
"styles.css",
"app-etcd-theme.scss"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"prod": "environments/environment.prod.ts",
"dev": "environments/environment.dev.ts"
}
}],
"addons": [],
"packages": [],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"prefixInterfaces": false,
"lazyRoutePrefix": "+",
"serve": {
"proxyConfig": "proxy.config.json"
}
}
}