|
52 | 52 | "extractLicenses": true, |
53 | 53 | "vendorChunk": false, |
54 | 54 | "buildOptimizer": true |
55 | | - } |
56 | | - } |
| 55 | + }, |
| 56 | + "development": {} |
| 57 | + }, |
| 58 | + "defaultConfiguration": "production" |
57 | 59 | }, |
58 | 60 | "serve": { |
59 | 61 | "builder": "@angular-devkit/build-angular:dev-server", |
60 | | - "options": { |
61 | | - "browserTarget": "sq-ui:build" |
62 | | - }, |
| 62 | + "options": {}, |
63 | 63 | "configurations": { |
64 | 64 | "production": { |
65 | 65 | "browserTarget": "sq-ui:build:production" |
| 66 | + }, |
| 67 | + "development": { |
| 68 | + "browserTarget": "sq-ui:build:development" |
66 | 69 | } |
67 | | - } |
| 70 | + }, |
| 71 | + "defaultConfiguration": "development" |
68 | 72 | }, |
69 | 73 | "extract-i18n": { |
70 | 74 | "builder": "@angular-devkit/build-angular:extract-i18n", |
|
111 | 115 | "e2e": { |
112 | 116 | "builder": "@angular-devkit/build-angular:protractor", |
113 | 117 | "options": { |
114 | | - "protractorConfig": "e2e/protractor.conf.js", |
115 | | - "devServerTarget": "sq-ui:serve" |
| 118 | + "protractorConfig": "e2e/protractor.conf.js" |
116 | 119 | }, |
117 | 120 | "configurations": { |
118 | 121 | "production": { |
119 | 122 | "devServerTarget": "sq-ui:serve:production" |
| 123 | + }, |
| 124 | + "development": { |
| 125 | + "devServerTarget": "sq-ui:serve:development" |
120 | 126 | } |
121 | | - } |
| 127 | + }, |
| 128 | + "defaultConfiguration": "development" |
122 | 129 | }, |
123 | 130 | "lint": { |
124 | 131 | "builder": "@angular-devkit/build-angular:tslint", |
|
142 | 149 | "options": { |
143 | 150 | "tsConfig": "projects/ng-sq-ui/tsconfig.lib.json", |
144 | 151 | "project": "projects/ng-sq-ui/ng-package.json" |
145 | | - } |
146 | | - , "configurations": { |
| 152 | + }, |
| 153 | + "configurations": { |
147 | 154 | "production": { |
148 | 155 | "tsConfig": "projects/ng-sq-ui/tsconfig.lib.prod.json" |
149 | | - } |
150 | | - } |
151 | | -}, |
| 156 | + }, |
| 157 | + "development": {} |
| 158 | + }, |
| 159 | + "defaultConfiguration": "production" |
| 160 | + }, |
152 | 161 | "test": { |
153 | 162 | "builder": "@angular-devkit/build-angular:karma", |
154 | 163 | "options": { |
|
159 | 168 | } |
160 | 169 | }, |
161 | 170 | "lint": { |
162 | | - "builder": "@angular-devkit/build-angular:tslint", |
| 171 | + "builder": "@angular-eslint/builder:lint", |
163 | 172 | "options": { |
164 | | - "tsConfig": [ |
165 | | - "projects/ng-sq-ui/tsconfig.lib.json", |
166 | | - "projects/ng-sq-ui/tsconfig.spec.json" |
167 | | - ], |
168 | | - "exclude": [ |
169 | | - "**/node_modules/**" |
| 173 | + "lintFilePatterns": [ |
| 174 | + "projects/ng-sq-ui/**/*.ts", |
| 175 | + "projects/ng-sq-ui/**/*.html" |
170 | 176 | ] |
171 | 177 | } |
172 | 178 | } |
|
183 | 189 | "options": { |
184 | 190 | "tsConfig": "projects/ng-datetime-picker/tsconfig.lib.json", |
185 | 191 | "project": "projects/ng-datetime-picker/ng-package.json" |
186 | | - } |
187 | | - , "configurations": { |
| 192 | + }, |
| 193 | + "configurations": { |
188 | 194 | "production": { |
189 | 195 | "tsConfig": "projects/ng-datetime-picker/tsconfig.lib.prod.json" |
190 | | - } |
191 | | - } |
192 | | -}, |
| 196 | + }, |
| 197 | + "development": {} |
| 198 | + }, |
| 199 | + "defaultConfiguration": "production" |
| 200 | + }, |
193 | 201 | "test": { |
194 | 202 | "builder": "@angular-devkit/build-angular:karma", |
195 | 203 | "options": { |
|
200 | 208 | } |
201 | 209 | }, |
202 | 210 | "lint": { |
203 | | - "builder": "@angular-devkit/build-angular:tslint", |
| 211 | + "builder": "@angular-eslint/builder:lint", |
204 | 212 | "options": { |
205 | | - "tsConfig": [ |
206 | | - "projects/ng-datetime-picker/tsconfig.lib.json", |
207 | | - "projects/ng-datetime-picker/tsconfig.spec.json" |
208 | | - ], |
209 | | - "exclude": [ |
210 | | - "**/node_modules/**" |
| 213 | + "lintFilePatterns": [ |
| 214 | + "projects/ng-datetime-picker/**/*.ts", |
| 215 | + "projects/ng-datetime-picker/**/*.html" |
211 | 216 | ] |
212 | 217 | } |
213 | 218 | } |
|
224 | 229 | "options": { |
225 | 230 | "tsConfig": "projects/ng-datatable/tsconfig.lib.json", |
226 | 231 | "project": "projects/ng-datatable/ng-package.json" |
227 | | - } |
228 | | - , "configurations": { |
| 232 | + }, |
| 233 | + "configurations": { |
229 | 234 | "production": { |
230 | 235 | "tsConfig": "projects/ng-datatable/tsconfig.lib.prod.json" |
231 | | - } |
232 | | - } |
233 | | -}, |
| 236 | + }, |
| 237 | + "development": {} |
| 238 | + }, |
| 239 | + "defaultConfiguration": "production" |
| 240 | + }, |
234 | 241 | "test": { |
235 | 242 | "builder": "@angular-devkit/build-angular:karma", |
236 | 243 | "options": { |
|
241 | 248 | } |
242 | 249 | }, |
243 | 250 | "lint": { |
244 | | - "builder": "@angular-devkit/build-angular:tslint", |
| 251 | + "builder": "@angular-eslint/builder:lint", |
245 | 252 | "options": { |
246 | | - "tsConfig": [ |
247 | | - "projects/ng-datatable/tsconfig.lib.json", |
248 | | - "projects/ng-datatable/tsconfig.spec.json" |
249 | | - ], |
250 | | - "exclude": [ |
251 | | - "**/node_modules/**" |
| 253 | + "lintFilePatterns": [ |
| 254 | + "projects/ng-datatable/**/*.ts", |
| 255 | + "projects/ng-datatable/**/*.html" |
252 | 256 | ] |
253 | 257 | } |
254 | 258 | } |
|
265 | 269 | "options": { |
266 | 270 | "tsConfig": "projects/ng-sq-common/tsconfig.lib.json", |
267 | 271 | "project": "projects/ng-sq-common/ng-package.json" |
268 | | - } |
269 | | - , "configurations": { |
| 272 | + }, |
| 273 | + "configurations": { |
270 | 274 | "production": { |
271 | 275 | "tsConfig": "projects/ng-sq-common/tsconfig.lib.prod.json" |
272 | | - } |
273 | | - } |
274 | | -}, |
| 276 | + }, |
| 277 | + "development": {} |
| 278 | + }, |
| 279 | + "defaultConfiguration": "production" |
| 280 | + }, |
275 | 281 | "test": { |
276 | 282 | "builder": "@angular-devkit/build-angular:karma", |
277 | 283 | "options": { |
|
282 | 288 | } |
283 | 289 | }, |
284 | 290 | "lint": { |
285 | | - "builder": "@angular-devkit/build-angular:tslint", |
| 291 | + "builder": "@angular-eslint/builder:lint", |
286 | 292 | "options": { |
287 | | - "tsConfig": [ |
288 | | - "projects/ng-sq-common/tsconfig.lib.json", |
289 | | - "projects/ng-sq-common/tsconfig.spec.json" |
290 | | - ], |
291 | | - "exclude": [ |
292 | | - "**/node_modules/**" |
| 293 | + "lintFilePatterns": [ |
| 294 | + "projects/ng-sq-common/**/*.ts", |
| 295 | + "projects/ng-sq-common/**/*.html" |
293 | 296 | ] |
294 | 297 | } |
295 | 298 | } |
|
306 | 309 | "options": { |
307 | 310 | "tsConfig": "projects/ng-modal/tsconfig.lib.json", |
308 | 311 | "project": "projects/ng-modal/ng-package.json" |
309 | | - } |
310 | | - , "configurations": { |
| 312 | + }, |
| 313 | + "configurations": { |
311 | 314 | "production": { |
312 | 315 | "tsConfig": "projects/ng-modal/tsconfig.lib.prod.json" |
313 | | - } |
314 | | - } |
315 | | -}, |
| 316 | + }, |
| 317 | + "development": {} |
| 318 | + }, |
| 319 | + "defaultConfiguration": "production" |
| 320 | + }, |
316 | 321 | "test": { |
317 | 322 | "builder": "@angular-devkit/build-angular:karma", |
318 | 323 | "options": { |
|
323 | 328 | } |
324 | 329 | }, |
325 | 330 | "lint": { |
326 | | - "builder": "@angular-devkit/build-angular:tslint", |
| 331 | + "builder": "@angular-eslint/builder:lint", |
327 | 332 | "options": { |
328 | | - "tsConfig": [ |
329 | | - "projects/ng-modal/tsconfig.lib.json", |
330 | | - "projects/ng-modal/tsconfig.spec.json" |
331 | | - ], |
332 | | - "exclude": [ |
333 | | - "**/node_modules/**" |
| 333 | + "lintFilePatterns": [ |
| 334 | + "projects/ng-modal/**/*.ts", |
| 335 | + "projects/ng-modal/**/*.html" |
334 | 336 | ] |
335 | 337 | } |
336 | 338 | } |
|
0 commit comments