-
Notifications
You must be signed in to change notification settings - Fork 13
/
angular-cli.json
43 lines (43 loc) · 1010 Bytes
/
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
{
"project": {
"name": "ng-golden-layout"
},
"apps": [
{
"root": "demo/src",
"outDir": "demo/dist",
"assets": [
"assets"
],
"index": "index.html",
"main": "main.ts",
"test": "../../scripts/test.ts",
"tsconfig": "tsconfig.json",
"prefix": "",
"mobile": false,
"styles": [
"assets/css/style.scss",
"../../node_modules/golden-layout/src/css/goldenlayout-base.css",
"../../node_modules/golden-layout/src/css/goldenlayout-dark-theme.css"
],
"scripts": [
"../../node_modules/jquery/dist/jquery.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"addons": [],
"packages": [],
"defaults": {
"styleExt": "scss",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
}
}
}