File tree 5 files changed +4027
-2362
lines changed
5 files changed +4027
-2362
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3
+ "version" : 1 ,
4
+ "newProjectRoot" : " projects" ,
5
+ "projects" : {
6
+ "screenshot-test" : {
7
+ "root" : " " ,
8
+ "sourceRoot" : " src" ,
9
+ "projectType" : " application" ,
10
+ "architect" : {
11
+ "build" : {
12
+ "builder" : " @angular-devkit/build-angular:browser" ,
13
+ "options" : {
14
+ "outputPath" : " dist" ,
15
+ "index" : " src/index.html" ,
16
+ "main" : " src/main.ts" ,
17
+ "tsConfig" : " src/tsconfig.json" ,
18
+ "assets" : [
19
+ " src/favicon.ico"
20
+ ],
21
+ "styles" : [
22
+ " src/styles.css"
23
+ ],
24
+ "scripts" : []
25
+ },
26
+ "configurations" : {}
27
+ },
28
+ "serve" : {
29
+ "builder" : " @angular-devkit/build-angular:dev-server" ,
30
+ "options" : {
31
+ "browserTarget" : " screenshot-test:build"
32
+ },
33
+ "configurations" : {}
34
+ },
35
+ "extract-i18n" : {
36
+ "builder" : " @angular-devkit/build-angular:extract-i18n" ,
37
+ "options" : {
38
+ "browserTarget" : " screenshot-test:build"
39
+ }
40
+ },
41
+ "lint" : {
42
+ "builder" : " @angular-devkit/build-angular:tslint" ,
43
+ "options" : {
44
+ "tsConfig" : [],
45
+ "exclude" : []
46
+ }
47
+ }
48
+ }
49
+ },
50
+ "screenshot-test-e2e" : {
51
+ "root" : " " ,
52
+ "sourceRoot" : " " ,
53
+ "projectType" : " application"
54
+ }
55
+ },
56
+ "defaultProject" : " screenshot-test" ,
57
+ "schematics" : {
58
+ "@schematics/angular:component" : {
59
+ "prefix" : " app" ,
60
+ "styleext" : " css"
61
+ },
62
+ "@schematics/angular:directive" : {
63
+ "prefix" : " app"
64
+ }
65
+ }
66
+ }
You can’t perform that action at this time.
0 commit comments