|
3 | 3 | "project": {
|
4 | 4 | "name": "ng2-movie-viewer"
|
5 | 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 |
| - "styles.stylus" |
23 |
| - ], |
24 |
| - "scripts": [], |
25 |
| - "environmentSource": "environments/environment.ts", |
26 |
| - "environments": { |
27 |
| - "dev": "environments/environment.ts", |
28 |
| - "prod": "environments/environment.prod.ts" |
29 |
| - } |
| 6 | + "apps": [{ |
| 7 | + "root": "src", |
| 8 | + "outDir": "dist", |
| 9 | + "assets": [ |
| 10 | + "assets", |
| 11 | + "favicon.ico" |
| 12 | + ], |
| 13 | + "index": "index.html", |
| 14 | + "main": "main.ts", |
| 15 | + "polyfills": "polyfills.ts", |
| 16 | + "test": "test.ts", |
| 17 | + "tsconfig": "tsconfig.app.json", |
| 18 | + "testTsconfig": "tsconfig.spec.json", |
| 19 | + "prefix": "app", |
| 20 | + "styles": [ |
| 21 | + "styles.styl" |
| 22 | + ], |
| 23 | + "scripts": [], |
| 24 | + "environmentSource": "environments/environment.ts", |
| 25 | + "environments": { |
| 26 | + "dev": "environments/environment.ts", |
| 27 | + "prod": "environments/environment.prod.ts" |
30 | 28 | }
|
31 |
| - ], |
| 29 | + }], |
32 | 30 | "e2e": {
|
33 | 31 | "protractor": {
|
34 | 32 | "config": "./protractor.conf.js"
|
35 | 33 | }
|
36 | 34 | },
|
37 |
| - "lint": [ |
38 |
| - { |
39 |
| - "project": "src/tsconfig.app.json", |
40 |
| - "exclude": "**/node_modules/**" |
41 |
| - }, |
42 |
| - { |
43 |
| - "project": "src/tsconfig.spec.json", |
44 |
| - "exclude": "**/node_modules/**" |
45 |
| - }, |
46 |
| - { |
47 |
| - "project": "e2e/tsconfig.e2e.json", |
48 |
| - "exclude": "**/node_modules/**" |
49 |
| - } |
50 |
| - ], |
| 35 | + "lint": [{ |
| 36 | + "project": "src/tsconfig.app.json", |
| 37 | + "exclude": "**/node_modules/**" |
| 38 | + }, { |
| 39 | + "project": "src/tsconfig.spec.json", |
| 40 | + "exclude": "**/node_modules/**" |
| 41 | + }, { |
| 42 | + "project": "e2e/tsconfig.e2e.json", |
| 43 | + "exclude": "**/node_modules/**" |
| 44 | + }], |
51 | 45 | "test": {
|
52 | 46 | "karma": {
|
53 | 47 | "config": "./karma.conf.js"
|
54 | 48 | }
|
55 | 49 | },
|
56 | 50 | "defaults": {
|
57 |
| - "styleExt": "stylus", |
| 51 | + "styleExt": "styl", |
58 | 52 | "component": {}
|
59 | 53 | }
|
60 | 54 | }
|
0 commit comments