- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathangular-cli.json
More file actions
Latest commit
31 lines (31 loc) · 508 Bytes
/
Copy pathangular-cli.json
File metadata and controls
31 lines (31 loc) · 508 Bytes
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
{
"project": {
"version": "1.0.0-beta.5",
"name": "demo"
},
"apps": [
{
"main": "src/main.ts",
"tsconfig": "src/tsconfig.json",
"mobile": false
}
],
"addons": [],
"packages": [],
"e2e": {
"protractor": {
"config": "config/protractor.conf.js"
}
},
"test": {
"karma": {
"config": "config/karma.conf.js"
}
},
"defaults": {
"prefix": "app",
"sourceDir": "src",
"styleExt": "css",
"prefixInterfaces": false
}
}