2525 " src/polyfills.ts"
2626 ],
2727 "tsConfig" : " tsconfig.app.json" ,
28- "assets" : [" src/favicon.ico" , " src/assets" ],
28+ "assets" : [
29+ " src/favicon.ico" ,
30+ " src/assets"
31+ ],
2932 "styles" : [
3033 " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
3134 " src/styles.css"
8790 "lint" : {
8891 "builder" : " @angular-eslint/builder:lint" ,
8992 "options" : {
90- "lintFilePatterns" : [" src/**/*.ts" , " src/**/*.html" ]
91- }
92- },
93- "cypress-run" : {
94- "builder" : " @cypress/schematic:cypress" ,
95- "options" : {
96- "devServerTarget" : " angular-starter:serve"
97- },
98- "configurations" : {
99- "production" : {
100- "devServerTarget" : " angular-starter:serve:production"
101- }
102- }
103- },
104- "cypress-open" : {
105- "builder" : " @cypress/schematic:cypress" ,
106- "options" : {
107- "watch" : true ,
108- "headless" : false
109- }
110- },
111- "ct" : {
112- "builder" : " @cypress/schematic:cypress" ,
113- "options" : {
114- "devServerTarget" : " angular-starter:serve" ,
115- "watch" : true ,
116- "headless" : false ,
117- "testingType" : " component"
118- },
119- "configurations" : {
120- "development" : {
121- "devServerTarget" : " angular-starter:serve:development"
122- }
123- }
124- },
125- "e2e" : {
126- "builder" : " @cypress/schematic:cypress" ,
127- "options" : {
128- "devServerTarget" : " angular-starter:serve" ,
129- "watch" : true ,
130- "headless" : false
131- },
132- "configurations" : {
133- "production" : {
134- "devServerTarget" : " angular-starter:serve:production"
135- }
93+ "lintFilePatterns" : [
94+ " src/**/*.ts" ,
95+ " src/**/*.html"
96+ ]
13697 }
13798 },
13899 "storybook" : {
141102 "configDir" : " .storybook" ,
142103 "browserTarget" : " angular-starter:build" ,
143104 "compodoc" : true ,
144- "compodocArgs" : [" -e" , " json" , " -d" , " ." ],
105+ "compodocArgs" : [
106+ " -e" ,
107+ " json" ,
108+ " -d" ,
109+ " ."
110+ ],
145111 "port" : 6006
146112 }
147113 },
151117 "configDir" : " .storybook" ,
152118 "browserTarget" : " angular-starter:build" ,
153119 "compodoc" : true ,
154- "compodocArgs" : [" -e" , " json" , " -d" , " ." ],
120+ "compodocArgs" : [
121+ " -e" ,
122+ " json" ,
123+ " -d" ,
124+ " ."
125+ ],
155126 "outputDir" : " storybook-static"
156127 }
157128 }
158129 }
159130 }
160131 },
161132 "cli" : {
162- "schematicCollections" : [" @cypress/schematic" , " @schematics/angular" ]
133+ "schematicCollections" : [
134+ " @schematics/angular"
135+ ]
163136 },
164137 "schematics" : {
165138 "@schematics/angular:component" : {
187160 "typeSeparator" : " ."
188161 }
189162 }
190- }
163+ }
0 commit comments