- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathangular-cli.json
More file actions
Latest commit
32 lines (32 loc) · 540 Bytes
/
Copy pathangular-cli.json
File metadata and controls
32 lines (32 loc) · 540 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
32
{
"project": {
"version": "1.0.0-beta.9",
"name": "ng2-jointjs"
},
"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": "",
"sourceDir": "src",
"styleExt": "css",
"prefixInterfaces": false,
"lazyRoutePrefix": "+"
}
}