@wavemaker/angular-codegen 11.4.1-next.141647 → 11.4.1-next.24708

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,8 +120,8 @@
120
120
  }
121
121
  ],
122
122
  "optimization": false,
123
- "outputHashing": "none",
124
- "sourceMap": true,
123
+ "outputHashing": "all",
124
+ "sourceMap": false,
125
125
  "namedChunks": true,
126
126
  "aot": true,
127
127
  "extractLicenses": false,
@@ -133,31 +133,8 @@
133
133
  "maximumWarning": "2mb"
134
134
  }
135
135
  ]
136
- },
137
- "local": {
138
- "fileReplacements": [
139
- {
140
- "replace": "src/environments/environment.ts",
141
- "with": "src/environments/environment.dev.ts"
142
- }
143
- ],
144
- "optimization": true,
145
- "outputHashing": "none",
146
- "sourceMap": true,
147
- "namedChunks": true,
148
- "aot": true,
149
- "extractLicenses": false,
150
- "vendorChunk": false,
151
- "buildOptimizer": true,
152
- "budgets": [
153
- {
154
- "type": "initial",
155
- "maximumWarning": "2mb"
156
- }
157
- ]
158
136
  }
159
- },
160
- "defaultConfiguration": "production"
137
+ }
161
138
  },
162
139
  "build-ng": {
163
140
  "builder": "@angular-devkit/build-angular:browser",
@@ -239,6 +216,18 @@
239
216
  "options": {
240
217
  "browserTarget": "angular-app:build"
241
218
  }
219
+ },
220
+ "lint": {
221
+ "builder": "@angular-devkit/build-angular:tslint",
222
+ "options": {
223
+ "tsConfig": [
224
+ "src/tsconfig.app.json",
225
+ "src/tsconfig.spec.json"
226
+ ],
227
+ "exclude": [
228
+ "**/node_modules/**"
229
+ ]
230
+ }
242
231
  }
243
232
  }
244
233
  },
@@ -259,6 +248,18 @@
259
248
  "tsConfig": "projects/core/tsconfig.lib.prod.json"
260
249
  }
261
250
  }
251
+ },
252
+ "lint": {
253
+ "builder": "@angular-devkit/build-angular:tslint",
254
+ "options": {
255
+ "tsConfig": [
256
+ "projects/core/tsconfig.lib.json",
257
+ "projects/core/tsconfig.spec.json"
258
+ ],
259
+ "exclude": [
260
+ "**/node_modules/**"
261
+ ]
262
+ }
262
263
  }
263
264
  }
264
265
  },
@@ -298,6 +299,18 @@
298
299
  ],
299
300
  "assets": []
300
301
  }
302
+ },
303
+ "lint": {
304
+ "builder": "@angular-devkit/build-angular:tslint",
305
+ "options": {
306
+ "tsConfig": [
307
+ "projects/components/base/tsconfig.lib.json",
308
+ "projects/components/base/tsconfig.spec.json"
309
+ ],
310
+ "exclude": [
311
+ "**/node_modules/**"
312
+ ]
313
+ }
301
314
  }
302
315
  }
303
316
  },
@@ -311,13 +324,25 @@
311
324
  "builder": "@angular-devkit/build-angular:ng-packagr",
312
325
  "options": {
313
326
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
314
- "project": "projects/components/widgets/basic/default/ng-package.json"
327
+ "project": "projects/components/widgets/basic/default/package.json"
315
328
  },
316
329
  "configurations": {
317
330
  "production": {
318
331
  "tsConfig": "projects/components/widgets/basic/default/tsconfig.lib.prod.json"
319
332
  }
320
333
  }
334
+ },
335
+ "lint": {
336
+ "builder": "@angular-devkit/build-angular:tslint",
337
+ "options": {
338
+ "tsConfig": [
339
+ "projects/components/widgets/tsconfig.lib.json",
340
+ "projects/components/widgets/tsconfig.spec.json"
341
+ ],
342
+ "exclude": [
343
+ "**/node_modules/**"
344
+ ]
345
+ }
321
346
  }
322
347
  }
323
348
  },
@@ -331,13 +356,25 @@
331
356
  "builder": "@angular-devkit/build-angular:ng-packagr",
332
357
  "options": {
333
358
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
334
- "project": "projects/components/widgets/basic/progress/ng-package.json"
359
+ "project": "projects/components/widgets/basic/progress/package.json"
335
360
  },
336
361
  "configurations": {
337
362
  "production": {
338
363
  "tsConfig": "projects/components/widgets/basic/progress/tsconfig.lib.prod.json"
339
364
  }
340
365
  }
366
+ },
367
+ "lint": {
368
+ "builder": "@angular-devkit/build-angular:tslint",
369
+ "options": {
370
+ "tsConfig": [
371
+ "projects/components/widgets/tsconfig.lib.json",
372
+ "projects/components/widgets/tsconfig.spec.json"
373
+ ],
374
+ "exclude": [
375
+ "**/node_modules/**"
376
+ ]
377
+ }
341
378
  }
342
379
  }
343
380
  },
@@ -351,13 +388,25 @@
351
388
  "builder": "@angular-devkit/build-angular:ng-packagr",
352
389
  "options": {
353
390
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
354
- "project": "projects/components/widgets/basic/rich-text-editor/ng-package.json"
391
+ "project": "projects/components/widgets/basic/rich-text-editor/package.json"
355
392
  },
356
393
  "configurations": {
357
394
  "production": {
358
395
  "tsConfig": "projects/components/widgets/basic/rich-text-editor/tsconfig.lib.prod.json"
359
396
  }
360
397
  }
398
+ },
399
+ "lint": {
400
+ "builder": "@angular-devkit/build-angular:tslint",
401
+ "options": {
402
+ "tsConfig": [
403
+ "projects/components/widgets/tsconfig.lib.json",
404
+ "projects/components/widgets/tsconfig.spec.json"
405
+ ],
406
+ "exclude": [
407
+ "**/node_modules/**"
408
+ ]
409
+ }
361
410
  }
362
411
  }
363
412
  },
@@ -371,13 +420,25 @@
371
420
  "builder": "@angular-devkit/build-angular:ng-packagr",
372
421
  "options": {
373
422
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
374
- "project": "projects/components/widgets/basic/search/ng-package.json"
423
+ "project": "projects/components/widgets/basic/search/package.json"
375
424
  },
376
425
  "configurations": {
377
426
  "production": {
378
427
  "tsConfig": "projects/components/widgets/basic/search/tsconfig.lib.prod.json"
379
428
  }
380
429
  }
430
+ },
431
+ "lint": {
432
+ "builder": "@angular-devkit/build-angular:tslint",
433
+ "options": {
434
+ "tsConfig": [
435
+ "projects/components/widgets/tsconfig.lib.json",
436
+ "projects/components/widgets/tsconfig.spec.json"
437
+ ],
438
+ "exclude": [
439
+ "**/node_modules/**"
440
+ ]
441
+ }
381
442
  }
382
443
  }
383
444
  },
@@ -391,13 +452,25 @@
391
452
  "builder": "@angular-devkit/build-angular:ng-packagr",
392
453
  "options": {
393
454
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
394
- "project": "projects/components/widgets/basic/tree/ng-package.json"
455
+ "project": "projects/components/widgets/basic/tree/package.json"
395
456
  },
396
457
  "configurations": {
397
458
  "production": {
398
459
  "tsConfig": "projects/components/widgets/basic/tree/tsconfig.lib.prod.json"
399
460
  }
400
461
  }
462
+ },
463
+ "lint": {
464
+ "builder": "@angular-devkit/build-angular:tslint",
465
+ "options": {
466
+ "tsConfig": [
467
+ "projects/components/widgets/tsconfig.lib.json",
468
+ "projects/components/widgets/tsconfig.spec.json"
469
+ ],
470
+ "exclude": [
471
+ "**/node_modules/**"
472
+ ]
473
+ }
401
474
  }
402
475
  }
403
476
  },
@@ -411,13 +484,25 @@
411
484
  "builder": "@angular-devkit/build-angular:ng-packagr",
412
485
  "options": {
413
486
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
414
- "project": "projects/components/widgets/input/default/ng-package.json"
487
+ "project": "projects/components/widgets/input/default/package.json"
415
488
  },
416
489
  "configurations": {
417
490
  "production": {
418
491
  "tsConfig": "projects/components/widgets/input/default/tsconfig.lib.prod.json"
419
492
  }
420
493
  }
494
+ },
495
+ "lint": {
496
+ "builder": "@angular-devkit/build-angular:tslint",
497
+ "options": {
498
+ "tsConfig": [
499
+ "projects/components/widgets/tsconfig.lib.json",
500
+ "projects/components/widgets/tsconfig.spec.json"
501
+ ],
502
+ "exclude": [
503
+ "**/node_modules/**"
504
+ ]
505
+ }
421
506
  }
422
507
  }
423
508
  },
@@ -431,13 +516,25 @@
431
516
  "builder": "@angular-devkit/build-angular:ng-packagr",
432
517
  "options": {
433
518
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
434
- "project": "projects/components/widgets/input/calendar/ng-package.json"
519
+ "project": "projects/components/widgets/input/calendar/package.json"
435
520
  },
436
521
  "configurations": {
437
522
  "production": {
438
523
  "tsConfig": "projects/components/widgets/input/calendar/tsconfig.lib.prod.json"
439
524
  }
440
525
  }
526
+ },
527
+ "lint": {
528
+ "builder": "@angular-devkit/build-angular:tslint",
529
+ "options": {
530
+ "tsConfig": [
531
+ "projects/components/widgets/tsconfig.lib.json",
532
+ "projects/components/widgets/tsconfig.spec.json"
533
+ ],
534
+ "exclude": [
535
+ "**/node_modules/**"
536
+ ]
537
+ }
441
538
  }
442
539
  }
443
540
  },
@@ -451,13 +548,25 @@
451
548
  "builder": "@angular-devkit/build-angular:ng-packagr",
452
549
  "options": {
453
550
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
454
- "project": "projects/components/widgets/input/chips/ng-package.json"
551
+ "project": "projects/components/widgets/input/chips/package.json"
455
552
  },
456
553
  "configurations": {
457
554
  "production": {
458
555
  "tsConfig": "projects/components/widgets/input/chips/tsconfig.lib.prod.json"
459
556
  }
460
557
  }
558
+ },
559
+ "lint": {
560
+ "builder": "@angular-devkit/build-angular:tslint",
561
+ "options": {
562
+ "tsConfig": [
563
+ "projects/components/widgets/tsconfig.lib.json",
564
+ "projects/components/widgets/tsconfig.spec.json"
565
+ ],
566
+ "exclude": [
567
+ "**/node_modules/**"
568
+ ]
569
+ }
461
570
  }
462
571
  }
463
572
  },
@@ -471,13 +580,25 @@
471
580
  "builder": "@angular-devkit/build-angular:ng-packagr",
472
581
  "options": {
473
582
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
474
- "project": "projects/components/widgets/input/color-picker/ng-package.json"
583
+ "project": "projects/components/widgets/input/color-picker/package.json"
475
584
  },
476
585
  "configurations": {
477
586
  "production": {
478
587
  "tsConfig": "projects/components/widgets/input/color-picker/tsconfig.lib.prod.json"
479
588
  }
480
589
  }
590
+ },
591
+ "lint": {
592
+ "builder": "@angular-devkit/build-angular:tslint",
593
+ "options": {
594
+ "tsConfig": [
595
+ "projects/components/widgets/tsconfig.lib.json",
596
+ "projects/components/widgets/tsconfig.spec.json"
597
+ ],
598
+ "exclude": [
599
+ "**/node_modules/**"
600
+ ]
601
+ }
481
602
  }
482
603
  }
483
604
  },
@@ -491,13 +612,25 @@
491
612
  "builder": "@angular-devkit/build-angular:ng-packagr",
492
613
  "options": {
493
614
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
494
- "project": "projects/components/widgets/input/currency/ng-package.json"
615
+ "project": "projects/components/widgets/input/currency/package.json"
495
616
  },
496
617
  "configurations": {
497
618
  "production": {
498
619
  "tsConfig": "projects/components/widgets/input/currency/tsconfig.lib.prod.json"
499
620
  }
500
621
  }
622
+ },
623
+ "lint": {
624
+ "builder": "@angular-devkit/build-angular:tslint",
625
+ "options": {
626
+ "tsConfig": [
627
+ "projects/components/widgets/tsconfig.lib.json",
628
+ "projects/components/widgets/tsconfig.spec.json"
629
+ ],
630
+ "exclude": [
631
+ "**/node_modules/**"
632
+ ]
633
+ }
501
634
  }
502
635
  }
503
636
  },
@@ -511,13 +644,25 @@
511
644
  "builder": "@angular-devkit/build-angular:ng-packagr",
512
645
  "options": {
513
646
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
514
- "project": "projects/components/widgets/input/epoch/ng-package.json"
647
+ "project": "projects/components/widgets/input/epoch/package.json"
515
648
  },
516
649
  "configurations": {
517
650
  "production": {
518
651
  "tsConfig": "projects/components/widgets/input/epoch/tsconfig.lib.prod.json"
519
652
  }
520
653
  }
654
+ },
655
+ "lint": {
656
+ "builder": "@angular-devkit/build-angular:tslint",
657
+ "options": {
658
+ "tsConfig": [
659
+ "projects/components/widgets/tsconfig.lib.json",
660
+ "projects/components/widgets/tsconfig.spec.json"
661
+ ],
662
+ "exclude": [
663
+ "**/node_modules/**"
664
+ ]
665
+ }
521
666
  }
522
667
  }
523
668
  },
@@ -531,13 +676,25 @@
531
676
  "builder": "@angular-devkit/build-angular:ng-packagr",
532
677
  "options": {
533
678
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
534
- "project": "projects/components/widgets/input/file-upload/ng-package.json"
679
+ "project": "projects/components/widgets/input/file-upload/package.json"
535
680
  },
536
681
  "configurations": {
537
682
  "production": {
538
683
  "tsConfig": "projects/components/widgets/input/file-upload/tsconfig.lib.prod.json"
539
684
  }
540
685
  }
686
+ },
687
+ "lint": {
688
+ "builder": "@angular-devkit/build-angular:tslint",
689
+ "options": {
690
+ "tsConfig": [
691
+ "projects/components/widgets/tsconfig.lib.json",
692
+ "projects/components/widgets/tsconfig.spec.json"
693
+ ],
694
+ "exclude": [
695
+ "**/node_modules/**"
696
+ ]
697
+ }
541
698
  }
542
699
  }
543
700
  },
@@ -551,13 +708,25 @@
551
708
  "builder": "@angular-devkit/build-angular:ng-packagr",
552
709
  "options": {
553
710
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
554
- "project": "projects/components/widgets/input/rating/ng-package.json"
711
+ "project": "projects/components/widgets/input/rating/package.json"
555
712
  },
556
713
  "configurations": {
557
714
  "production": {
558
715
  "tsConfig": "projects/components/widgets/input/rating/tsconfig.lib.prod.json"
559
716
  }
560
717
  }
718
+ },
719
+ "lint": {
720
+ "builder": "@angular-devkit/build-angular:tslint",
721
+ "options": {
722
+ "tsConfig": [
723
+ "projects/components/widgets/tsconfig.lib.json",
724
+ "projects/components/widgets/tsconfig.spec.json"
725
+ ],
726
+ "exclude": [
727
+ "**/node_modules/**"
728
+ ]
729
+ }
561
730
  }
562
731
  }
563
732
  },
@@ -571,13 +740,25 @@
571
740
  "builder": "@angular-devkit/build-angular:ng-packagr",
572
741
  "options": {
573
742
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
574
- "project": "projects/components/widgets/input/slider/ng-package.json"
743
+ "project": "projects/components/widgets/input/slider/package.json"
575
744
  },
576
745
  "configurations": {
577
746
  "production": {
578
747
  "tsConfig": "projects/components/widgets/input/slider/tsconfig.lib.prod.json"
579
748
  }
580
749
  }
750
+ },
751
+ "lint": {
752
+ "builder": "@angular-devkit/build-angular:tslint",
753
+ "options": {
754
+ "tsConfig": [
755
+ "projects/components/widgets/tsconfig.lib.json",
756
+ "projects/components/widgets/tsconfig.spec.json"
757
+ ],
758
+ "exclude": [
759
+ "**/node_modules/**"
760
+ ]
761
+ }
581
762
  }
582
763
  }
583
764
  },
@@ -591,13 +772,25 @@
591
772
  "builder": "@angular-devkit/build-angular:ng-packagr",
592
773
  "options": {
593
774
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
594
- "project": "projects/components/widgets/data/card/ng-package.json"
775
+ "project": "projects/components/widgets/data/card/package.json"
595
776
  },
596
777
  "configurations": {
597
778
  "production": {
598
779
  "tsConfig": "projects/components/widgets/data/card/tsconfig.lib.prod.json"
599
780
  }
600
781
  }
782
+ },
783
+ "lint": {
784
+ "builder": "@angular-devkit/build-angular:tslint",
785
+ "options": {
786
+ "tsConfig": [
787
+ "projects/components/widgets/tsconfig.lib.json",
788
+ "projects/components/widgets/tsconfig.spec.json"
789
+ ],
790
+ "exclude": [
791
+ "**/node_modules/**"
792
+ ]
793
+ }
601
794
  }
602
795
  }
603
796
  },
@@ -611,13 +804,25 @@
611
804
  "builder": "@angular-devkit/build-angular:ng-packagr",
612
805
  "options": {
613
806
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
614
- "project": "projects/components/widgets/data/form/ng-package.json"
807
+ "project": "projects/components/widgets/data/form/package.json"
615
808
  },
616
809
  "configurations": {
617
810
  "production": {
618
811
  "tsConfig": "projects/components/widgets/data/form/tsconfig.lib.prod.json"
619
812
  }
620
813
  }
814
+ },
815
+ "lint": {
816
+ "builder": "@angular-devkit/build-angular:tslint",
817
+ "options": {
818
+ "tsConfig": [
819
+ "projects/components/widgets/tsconfig.lib.json",
820
+ "projects/components/widgets/tsconfig.spec.json"
821
+ ],
822
+ "exclude": [
823
+ "**/node_modules/**"
824
+ ]
825
+ }
621
826
  }
622
827
  }
623
828
  },
@@ -631,13 +836,25 @@
631
836
  "builder": "@angular-devkit/build-angular:ng-packagr",
632
837
  "options": {
633
838
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
634
- "project": "projects/components/widgets/data/list/ng-package.json"
839
+ "project": "projects/components/widgets/data/list/package.json"
635
840
  },
636
841
  "configurations": {
637
842
  "production": {
638
843
  "tsConfig": "projects/components/widgets/data/list/tsconfig.lib.prod.json"
639
844
  }
640
845
  }
846
+ },
847
+ "lint": {
848
+ "builder": "@angular-devkit/build-angular:tslint",
849
+ "options": {
850
+ "tsConfig": [
851
+ "projects/components/widgets/tsconfig.lib.json",
852
+ "projects/components/widgets/tsconfig.spec.json"
853
+ ],
854
+ "exclude": [
855
+ "**/node_modules/**"
856
+ ]
857
+ }
641
858
  }
642
859
  }
643
860
  },
@@ -651,13 +868,25 @@
651
868
  "builder": "@angular-devkit/build-angular:ng-packagr",
652
869
  "options": {
653
870
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
654
- "project": "projects/components/widgets/data/pagination/ng-package.json"
871
+ "project": "projects/components/widgets/data/pagination/package.json"
655
872
  },
656
873
  "configurations": {
657
874
  "production": {
658
875
  "tsConfig": "projects/components/widgets/data/pagination/tsconfig.lib.prod.json"
659
876
  }
660
877
  }
878
+ },
879
+ "lint": {
880
+ "builder": "@angular-devkit/build-angular:tslint",
881
+ "options": {
882
+ "tsConfig": [
883
+ "projects/components/widgets/tsconfig.lib.json",
884
+ "projects/components/widgets/tsconfig.spec.json"
885
+ ],
886
+ "exclude": [
887
+ "**/node_modules/**"
888
+ ]
889
+ }
661
890
  }
662
891
  }
663
892
  },
@@ -671,13 +900,25 @@
671
900
  "builder": "@angular-devkit/build-angular:ng-packagr",
672
901
  "options": {
673
902
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
674
- "project": "projects/components/widgets/data/live-table/ng-package.json"
903
+ "project": "projects/components/widgets/data/live-table/package.json"
675
904
  },
676
905
  "configurations": {
677
906
  "production": {
678
907
  "tsConfig": "projects/components/widgets/data/live-table/tsconfig.lib.prod.json"
679
908
  }
680
909
  }
910
+ },
911
+ "lint": {
912
+ "builder": "@angular-devkit/build-angular:tslint",
913
+ "options": {
914
+ "tsConfig": [
915
+ "projects/components/widgets/tsconfig.lib.json",
916
+ "projects/components/widgets/tsconfig.spec.json"
917
+ ],
918
+ "exclude": [
919
+ "**/node_modules/**"
920
+ ]
921
+ }
681
922
  }
682
923
  }
683
924
  },
@@ -691,13 +932,25 @@
691
932
  "builder": "@angular-devkit/build-angular:ng-packagr",
692
933
  "options": {
693
934
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
694
- "project": "projects/components/widgets/data/table/ng-package.json"
935
+ "project": "projects/components/widgets/data/table/package.json"
695
936
  },
696
937
  "configurations": {
697
938
  "production": {
698
939
  "tsConfig": "projects/components/widgets/data/table/tsconfig.lib.prod.json"
699
940
  }
700
941
  }
942
+ },
943
+ "lint": {
944
+ "builder": "@angular-devkit/build-angular:tslint",
945
+ "options": {
946
+ "tsConfig": [
947
+ "projects/components/widgets/tsconfig.lib.json",
948
+ "projects/components/widgets/tsconfig.spec.json"
949
+ ],
950
+ "exclude": [
951
+ "**/node_modules/**"
952
+ ]
953
+ }
701
954
  }
702
955
  }
703
956
  },
@@ -711,13 +964,25 @@
711
964
  "builder": "@angular-devkit/build-angular:ng-packagr",
712
965
  "options": {
713
966
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
714
- "project": "projects/components/widgets/chart/ng-package.json"
967
+ "project": "projects/components/widgets/chart/package.json"
715
968
  },
716
969
  "configurations": {
717
970
  "production": {
718
971
  "tsConfig": "projects/components/widgets/chart/tsconfig.lib.prod.json"
719
972
  }
720
973
  }
974
+ },
975
+ "lint": {
976
+ "builder": "@angular-devkit/build-angular:tslint",
977
+ "options": {
978
+ "tsConfig": [
979
+ "projects/components/widgets/tsconfig.lib.json",
980
+ "projects/components/widgets/tsconfig.spec.json"
981
+ ],
982
+ "exclude": [
983
+ "**/node_modules/**"
984
+ ]
985
+ }
721
986
  }
722
987
  }
723
988
  },
@@ -731,13 +996,25 @@
731
996
  "builder": "@angular-devkit/build-angular:ng-packagr",
732
997
  "options": {
733
998
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
734
- "project": "projects/components/widgets/containers/accordion/ng-package.json"
999
+ "project": "projects/components/widgets/containers/accordion/package.json"
735
1000
  },
736
1001
  "configurations": {
737
1002
  "production": {
738
1003
  "tsConfig": "projects/components/widgets/containers/accordion/tsconfig.lib.prod.json"
739
1004
  }
740
1005
  }
1006
+ },
1007
+ "lint": {
1008
+ "builder": "@angular-devkit/build-angular:tslint",
1009
+ "options": {
1010
+ "tsConfig": [
1011
+ "projects/components/widgets/tsconfig.lib.json",
1012
+ "projects/components/widgets/tsconfig.spec.json"
1013
+ ],
1014
+ "exclude": [
1015
+ "**/node_modules/**"
1016
+ ]
1017
+ }
741
1018
  }
742
1019
  }
743
1020
  },
@@ -751,13 +1028,25 @@
751
1028
  "builder": "@angular-devkit/build-angular:ng-packagr",
752
1029
  "options": {
753
1030
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
754
- "project": "projects/components/widgets/containers/layout-grid/ng-package.json"
1031
+ "project": "projects/components/widgets/containers/layout-grid/package.json"
755
1032
  },
756
1033
  "configurations": {
757
1034
  "production": {
758
1035
  "tsConfig": "projects/components/widgets/containers/layout-grid/tsconfig.lib.prod.json"
759
1036
  }
760
1037
  }
1038
+ },
1039
+ "lint": {
1040
+ "builder": "@angular-devkit/build-angular:tslint",
1041
+ "options": {
1042
+ "tsConfig": [
1043
+ "projects/components/widgets/tsconfig.lib.json",
1044
+ "projects/components/widgets/tsconfig.spec.json"
1045
+ ],
1046
+ "exclude": [
1047
+ "**/node_modules/**"
1048
+ ]
1049
+ }
761
1050
  }
762
1051
  }
763
1052
  },
@@ -771,13 +1060,25 @@
771
1060
  "builder": "@angular-devkit/build-angular:ng-packagr",
772
1061
  "options": {
773
1062
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
774
- "project": "projects/components/widgets/containers/linear-layout/ng-package.json"
1063
+ "project": "projects/components/widgets/containers/linear-layout/package.json"
775
1064
  },
776
1065
  "configurations": {
777
1066
  "production": {
778
1067
  "tsConfig": "projects/components/widgets/containers/linear-layout/tsconfig.lib.prod.json"
779
1068
  }
780
1069
  }
1070
+ },
1071
+ "lint": {
1072
+ "builder": "@angular-devkit/build-angular:tslint",
1073
+ "options": {
1074
+ "tsConfig": [
1075
+ "projects/components/widgets/tsconfig.lib.json",
1076
+ "projects/components/widgets/tsconfig.spec.json"
1077
+ ],
1078
+ "exclude": [
1079
+ "**/node_modules/**"
1080
+ ]
1081
+ }
781
1082
  }
782
1083
  }
783
1084
  },
@@ -791,13 +1092,25 @@
791
1092
  "builder": "@angular-devkit/build-angular:ng-packagr",
792
1093
  "options": {
793
1094
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
794
- "project": "projects/components/widgets/containers/panel/ng-package.json"
1095
+ "project": "projects/components/widgets/containers/panel/package.json"
795
1096
  },
796
1097
  "configurations": {
797
1098
  "production": {
798
1099
  "tsConfig": "projects/components/widgets/containers/panel/tsconfig.lib.prod.json"
799
1100
  }
800
1101
  }
1102
+ },
1103
+ "lint": {
1104
+ "builder": "@angular-devkit/build-angular:tslint",
1105
+ "options": {
1106
+ "tsConfig": [
1107
+ "projects/components/widgets/tsconfig.lib.json",
1108
+ "projects/components/widgets/tsconfig.spec.json"
1109
+ ],
1110
+ "exclude": [
1111
+ "**/node_modules/**"
1112
+ ]
1113
+ }
801
1114
  }
802
1115
  }
803
1116
  },
@@ -811,13 +1124,25 @@
811
1124
  "builder": "@angular-devkit/build-angular:ng-packagr",
812
1125
  "options": {
813
1126
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
814
- "project": "projects/components/widgets/containers/tabs/ng-package.json"
1127
+ "project": "projects/components/widgets/containers/tabs/package.json"
815
1128
  },
816
1129
  "configurations": {
817
1130
  "production": {
818
1131
  "tsConfig": "projects/components/widgets/containers/tabs/tsconfig.lib.prod.json"
819
1132
  }
820
1133
  }
1134
+ },
1135
+ "lint": {
1136
+ "builder": "@angular-devkit/build-angular:tslint",
1137
+ "options": {
1138
+ "tsConfig": [
1139
+ "projects/components/widgets/tsconfig.lib.json",
1140
+ "projects/components/widgets/tsconfig.spec.json"
1141
+ ],
1142
+ "exclude": [
1143
+ "**/node_modules/**"
1144
+ ]
1145
+ }
821
1146
  }
822
1147
  }
823
1148
  },
@@ -831,13 +1156,25 @@
831
1156
  "builder": "@angular-devkit/build-angular:ng-packagr",
832
1157
  "options": {
833
1158
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
834
- "project": "projects/components/widgets/containers/tile/ng-package.json"
1159
+ "project": "projects/components/widgets/containers/tile/package.json"
835
1160
  },
836
1161
  "configurations": {
837
1162
  "production": {
838
1163
  "tsConfig": "projects/components/widgets/containers/tile/tsconfig.lib.prod.json"
839
1164
  }
840
1165
  }
1166
+ },
1167
+ "lint": {
1168
+ "builder": "@angular-devkit/build-angular:tslint",
1169
+ "options": {
1170
+ "tsConfig": [
1171
+ "projects/components/widgets/tsconfig.lib.json",
1172
+ "projects/components/widgets/tsconfig.spec.json"
1173
+ ],
1174
+ "exclude": [
1175
+ "**/node_modules/**"
1176
+ ]
1177
+ }
841
1178
  }
842
1179
  }
843
1180
  },
@@ -851,13 +1188,25 @@
851
1188
  "builder": "@angular-devkit/build-angular:ng-packagr",
852
1189
  "options": {
853
1190
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
854
- "project": "projects/components/widgets/containers/wizard/ng-package.json"
1191
+ "project": "projects/components/widgets/containers/wizard/package.json"
855
1192
  },
856
1193
  "configurations": {
857
1194
  "production": {
858
1195
  "tsConfig": "projects/components/widgets/containers/wizard/tsconfig.lib.prod.json"
859
1196
  }
860
1197
  }
1198
+ },
1199
+ "lint": {
1200
+ "builder": "@angular-devkit/build-angular:tslint",
1201
+ "options": {
1202
+ "tsConfig": [
1203
+ "projects/components/widgets/tsconfig.lib.json",
1204
+ "projects/components/widgets/tsconfig.spec.json"
1205
+ ],
1206
+ "exclude": [
1207
+ "**/node_modules/**"
1208
+ ]
1209
+ }
861
1210
  }
862
1211
  }
863
1212
  },
@@ -871,13 +1220,25 @@
871
1220
  "builder": "@angular-devkit/build-angular:ng-packagr",
872
1221
  "options": {
873
1222
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
874
- "project": "projects/components/widgets/navigation/breadcrumb/ng-package.json"
1223
+ "project": "projects/components/widgets/navigation/breadcrumb/package.json"
875
1224
  },
876
1225
  "configurations": {
877
1226
  "production": {
878
1227
  "tsConfig": "projects/components/widgets/navigation/breadcrumb/tsconfig.lib.prod.json"
879
1228
  }
880
1229
  }
1230
+ },
1231
+ "lint": {
1232
+ "builder": "@angular-devkit/build-angular:tslint",
1233
+ "options": {
1234
+ "tsConfig": [
1235
+ "projects/components/widgets/tsconfig.lib.json",
1236
+ "projects/components/widgets/tsconfig.spec.json"
1237
+ ],
1238
+ "exclude": [
1239
+ "**/node_modules/**"
1240
+ ]
1241
+ }
881
1242
  }
882
1243
  }
883
1244
  },
@@ -891,13 +1252,25 @@
891
1252
  "builder": "@angular-devkit/build-angular:ng-packagr",
892
1253
  "options": {
893
1254
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
894
- "project": "projects/components/widgets/navigation/menu/ng-package.json"
1255
+ "project": "projects/components/widgets/navigation/menu/package.json"
895
1256
  },
896
1257
  "configurations": {
897
1258
  "production": {
898
1259
  "tsConfig": "projects/components/widgets/navigation/menu/tsconfig.lib.prod.json"
899
1260
  }
900
1261
  }
1262
+ },
1263
+ "lint": {
1264
+ "builder": "@angular-devkit/build-angular:tslint",
1265
+ "options": {
1266
+ "tsConfig": [
1267
+ "projects/components/widgets/tsconfig.lib.json",
1268
+ "projects/components/widgets/tsconfig.spec.json"
1269
+ ],
1270
+ "exclude": [
1271
+ "**/node_modules/**"
1272
+ ]
1273
+ }
901
1274
  }
902
1275
  }
903
1276
  },
@@ -911,13 +1284,25 @@
911
1284
  "builder": "@angular-devkit/build-angular:ng-packagr",
912
1285
  "options": {
913
1286
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
914
- "project": "projects/components/widgets/navigation/navbar/ng-package.json"
1287
+ "project": "projects/components/widgets/navigation/navbar/package.json"
915
1288
  },
916
1289
  "configurations": {
917
1290
  "production": {
918
1291
  "tsConfig": "projects/components/widgets/navigation/navbar/tsconfig.lib.prod.json"
919
1292
  }
920
1293
  }
1294
+ },
1295
+ "lint": {
1296
+ "builder": "@angular-devkit/build-angular:tslint",
1297
+ "options": {
1298
+ "tsConfig": [
1299
+ "projects/components/widgets/tsconfig.lib.json",
1300
+ "projects/components/widgets/tsconfig.spec.json"
1301
+ ],
1302
+ "exclude": [
1303
+ "**/node_modules/**"
1304
+ ]
1305
+ }
921
1306
  }
922
1307
  }
923
1308
  },
@@ -931,13 +1316,25 @@
931
1316
  "builder": "@angular-devkit/build-angular:ng-packagr",
932
1317
  "options": {
933
1318
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
934
- "project": "projects/components/widgets/navigation/popover/ng-package.json"
1319
+ "project": "projects/components/widgets/navigation/popover/package.json"
935
1320
  },
936
1321
  "configurations": {
937
1322
  "production": {
938
1323
  "tsConfig": "projects/components/widgets/navigation/popover/tsconfig.lib.prod.json"
939
1324
  }
940
1325
  }
1326
+ },
1327
+ "lint": {
1328
+ "builder": "@angular-devkit/build-angular:tslint",
1329
+ "options": {
1330
+ "tsConfig": [
1331
+ "projects/components/widgets/tsconfig.lib.json",
1332
+ "projects/components/widgets/tsconfig.spec.json"
1333
+ ],
1334
+ "exclude": [
1335
+ "**/node_modules/**"
1336
+ ]
1337
+ }
941
1338
  }
942
1339
  }
943
1340
  },
@@ -951,13 +1348,25 @@
951
1348
  "builder": "@angular-devkit/build-angular:ng-packagr",
952
1349
  "options": {
953
1350
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
954
- "project": "projects/components/widgets/dialogs/default/ng-package.json"
1351
+ "project": "projects/components/widgets/dialogs/default/package.json"
955
1352
  },
956
1353
  "configurations": {
957
1354
  "production": {
958
1355
  "tsConfig": "projects/components/widgets/dialogs/default/tsconfig.lib.prod.json"
959
1356
  }
960
1357
  }
1358
+ },
1359
+ "lint": {
1360
+ "builder": "@angular-devkit/build-angular:tslint",
1361
+ "options": {
1362
+ "tsConfig": [
1363
+ "projects/components/widgets/tsconfig.lib.json",
1364
+ "projects/components/widgets/tsconfig.spec.json"
1365
+ ],
1366
+ "exclude": [
1367
+ "**/node_modules/**"
1368
+ ]
1369
+ }
961
1370
  }
962
1371
  }
963
1372
  },
@@ -971,13 +1380,25 @@
971
1380
  "builder": "@angular-devkit/build-angular:ng-packagr",
972
1381
  "options": {
973
1382
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
974
- "project": "projects/components/widgets/dialogs/alert-dialog/ng-package.json"
1383
+ "project": "projects/components/widgets/dialogs/alert-dialog/package.json"
975
1384
  },
976
1385
  "configurations": {
977
1386
  "production": {
978
1387
  "tsConfig": "projects/components/widgets/dialogs/alert-dialog/tsconfig.lib.prod.json"
979
1388
  }
980
1389
  }
1390
+ },
1391
+ "lint": {
1392
+ "builder": "@angular-devkit/build-angular:tslint",
1393
+ "options": {
1394
+ "tsConfig": [
1395
+ "projects/components/widgets/tsconfig.lib.json",
1396
+ "projects/components/widgets/tsconfig.spec.json"
1397
+ ],
1398
+ "exclude": [
1399
+ "**/node_modules/**"
1400
+ ]
1401
+ }
981
1402
  }
982
1403
  }
983
1404
  },
@@ -991,13 +1412,25 @@
991
1412
  "builder": "@angular-devkit/build-angular:ng-packagr",
992
1413
  "options": {
993
1414
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
994
- "project": "projects/components/widgets/dialogs/confirm-dialog/ng-package.json"
1415
+ "project": "projects/components/widgets/dialogs/confirm-dialog/package.json"
995
1416
  },
996
1417
  "configurations": {
997
1418
  "production": {
998
1419
  "tsConfig": "projects/components/widgets/dialogs/confirm-dialog/tsconfig.lib.prod.json"
999
1420
  }
1000
1421
  }
1422
+ },
1423
+ "lint": {
1424
+ "builder": "@angular-devkit/build-angular:tslint",
1425
+ "options": {
1426
+ "tsConfig": [
1427
+ "projects/components/widgets/tsconfig.lib.json",
1428
+ "projects/components/widgets/tsconfig.spec.json"
1429
+ ],
1430
+ "exclude": [
1431
+ "**/node_modules/**"
1432
+ ]
1433
+ }
1001
1434
  }
1002
1435
  }
1003
1436
  },
@@ -1011,13 +1444,25 @@
1011
1444
  "builder": "@angular-devkit/build-angular:ng-packagr",
1012
1445
  "options": {
1013
1446
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1014
- "project": "projects/components/widgets/dialogs/design-dialog/ng-package.json"
1447
+ "project": "projects/components/widgets/dialogs/design-dialog/package.json"
1015
1448
  },
1016
1449
  "configurations": {
1017
1450
  "production": {
1018
1451
  "tsConfig": "projects/components/widgets/dialogs/design-dialog/tsconfig.lib.prod.json"
1019
1452
  }
1020
1453
  }
1454
+ },
1455
+ "lint": {
1456
+ "builder": "@angular-devkit/build-angular:tslint",
1457
+ "options": {
1458
+ "tsConfig": [
1459
+ "projects/components/widgets/tsconfig.lib.json",
1460
+ "projects/components/widgets/tsconfig.spec.json"
1461
+ ],
1462
+ "exclude": [
1463
+ "**/node_modules/**"
1464
+ ]
1465
+ }
1021
1466
  }
1022
1467
  }
1023
1468
  },
@@ -1031,13 +1476,25 @@
1031
1476
  "builder": "@angular-devkit/build-angular:ng-packagr",
1032
1477
  "options": {
1033
1478
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1034
- "project": "projects/components/widgets/dialogs/iframe-dialog/ng-package.json"
1479
+ "project": "projects/components/widgets/dialogs/iframe-dialog/package.json"
1035
1480
  },
1036
1481
  "configurations": {
1037
1482
  "production": {
1038
1483
  "tsConfig": "projects/components/widgets/dialogs/iframe-dialog/tsconfig.lib.prod.json"
1039
1484
  }
1040
1485
  }
1486
+ },
1487
+ "lint": {
1488
+ "builder": "@angular-devkit/build-angular:tslint",
1489
+ "options": {
1490
+ "tsConfig": [
1491
+ "projects/components/widgets/tsconfig.lib.json",
1492
+ "projects/components/widgets/tsconfig.spec.json"
1493
+ ],
1494
+ "exclude": [
1495
+ "**/node_modules/**"
1496
+ ]
1497
+ }
1041
1498
  }
1042
1499
  }
1043
1500
  },
@@ -1051,13 +1508,25 @@
1051
1508
  "builder": "@angular-devkit/build-angular:ng-packagr",
1052
1509
  "options": {
1053
1510
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1054
- "project": "projects/components/widgets/dialogs/login-dialog/ng-package.json"
1511
+ "project": "projects/components/widgets/dialogs/login-dialog/package.json"
1055
1512
  },
1056
1513
  "configurations": {
1057
1514
  "production": {
1058
1515
  "tsConfig": "projects/components/widgets/dialogs/login-dialog/tsconfig.lib.prod.json"
1059
1516
  }
1060
1517
  }
1518
+ },
1519
+ "lint": {
1520
+ "builder": "@angular-devkit/build-angular:tslint",
1521
+ "options": {
1522
+ "tsConfig": [
1523
+ "projects/components/widgets/tsconfig.lib.json",
1524
+ "projects/components/widgets/tsconfig.spec.json"
1525
+ ],
1526
+ "exclude": [
1527
+ "**/node_modules/**"
1528
+ ]
1529
+ }
1061
1530
  }
1062
1531
  }
1063
1532
  },
@@ -1071,13 +1540,25 @@
1071
1540
  "builder": "@angular-devkit/build-angular:ng-packagr",
1072
1541
  "options": {
1073
1542
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1074
- "project": "projects/components/widgets/dialogs/partial-dialog/ng-package.json"
1543
+ "project": "projects/components/widgets/dialogs/partial-dialog/package.json"
1075
1544
  },
1076
1545
  "configurations": {
1077
1546
  "production": {
1078
1547
  "tsConfig": "projects/components/widgets/dialogs/partial-dialog/tsconfig.lib.prod.json"
1079
1548
  }
1080
1549
  }
1550
+ },
1551
+ "lint": {
1552
+ "builder": "@angular-devkit/build-angular:tslint",
1553
+ "options": {
1554
+ "tsConfig": [
1555
+ "projects/components/widgets/tsconfig.lib.json",
1556
+ "projects/components/widgets/tsconfig.spec.json"
1557
+ ],
1558
+ "exclude": [
1559
+ "**/node_modules/**"
1560
+ ]
1561
+ }
1081
1562
  }
1082
1563
  }
1083
1564
  },
@@ -1091,13 +1572,25 @@
1091
1572
  "builder": "@angular-devkit/build-angular:ng-packagr",
1092
1573
  "options": {
1093
1574
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1094
- "project": "projects/components/widgets/advanced/carousel/ng-package.json"
1575
+ "project": "projects/components/widgets/advanced/carousel/package.json"
1095
1576
  },
1096
1577
  "configurations": {
1097
1578
  "production": {
1098
1579
  "tsConfig": "projects/components/widgets/advanced/carousel/tsconfig.lib.prod.json"
1099
1580
  }
1100
1581
  }
1582
+ },
1583
+ "lint": {
1584
+ "builder": "@angular-devkit/build-angular:tslint",
1585
+ "options": {
1586
+ "tsConfig": [
1587
+ "projects/components/widgets/tsconfig.lib.json",
1588
+ "projects/components/widgets/tsconfig.spec.json"
1589
+ ],
1590
+ "exclude": [
1591
+ "**/node_modules/**"
1592
+ ]
1593
+ }
1101
1594
  }
1102
1595
  }
1103
1596
  },
@@ -1111,13 +1604,25 @@
1111
1604
  "builder": "@angular-devkit/build-angular:ng-packagr",
1112
1605
  "options": {
1113
1606
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1114
- "project": "projects/components/widgets/advanced/marquee/ng-package.json"
1607
+ "project": "projects/components/widgets/advanced/marquee/package.json"
1115
1608
  },
1116
1609
  "configurations": {
1117
1610
  "production": {
1118
1611
  "tsConfig": "projects/components/widgets/advanced/marquee/tsconfig.lib.prod.json"
1119
1612
  }
1120
1613
  }
1614
+ },
1615
+ "lint": {
1616
+ "builder": "@angular-devkit/build-angular:tslint",
1617
+ "options": {
1618
+ "tsConfig": [
1619
+ "projects/components/widgets/tsconfig.lib.json",
1620
+ "projects/components/widgets/tsconfig.spec.json"
1621
+ ],
1622
+ "exclude": [
1623
+ "**/node_modules/**"
1624
+ ]
1625
+ }
1121
1626
  }
1122
1627
  }
1123
1628
  },
@@ -1131,13 +1636,25 @@
1131
1636
  "builder": "@angular-devkit/build-angular:ng-packagr",
1132
1637
  "options": {
1133
1638
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1134
- "project": "projects/components/widgets/advanced/login/ng-package.json"
1639
+ "project": "projects/components/widgets/advanced/login/package.json"
1135
1640
  },
1136
1641
  "configurations": {
1137
1642
  "production": {
1138
1643
  "tsConfig": "projects/components/widgets/advanced/login/tsconfig.lib.prod.json"
1139
1644
  }
1140
1645
  }
1646
+ },
1647
+ "lint": {
1648
+ "builder": "@angular-devkit/build-angular:tslint",
1649
+ "options": {
1650
+ "tsConfig": [
1651
+ "projects/components/widgets/tsconfig.lib.json",
1652
+ "projects/components/widgets/tsconfig.spec.json"
1653
+ ],
1654
+ "exclude": [
1655
+ "**/node_modules/**"
1656
+ ]
1657
+ }
1141
1658
  }
1142
1659
  }
1143
1660
  },
@@ -1151,13 +1668,25 @@
1151
1668
  "builder": "@angular-devkit/build-angular:ng-packagr",
1152
1669
  "options": {
1153
1670
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1154
- "project": "projects/components/widgets/page/default/ng-package.json"
1671
+ "project": "projects/components/widgets/page/default/package.json"
1155
1672
  },
1156
1673
  "configurations": {
1157
1674
  "production": {
1158
1675
  "tsConfig": "projects/components/widgets/page/default/tsconfig.lib.prod.json"
1159
1676
  }
1160
1677
  }
1678
+ },
1679
+ "lint": {
1680
+ "builder": "@angular-devkit/build-angular:tslint",
1681
+ "options": {
1682
+ "tsConfig": [
1683
+ "projects/components/widgets/tsconfig.lib.json",
1684
+ "projects/components/widgets/tsconfig.spec.json"
1685
+ ],
1686
+ "exclude": [
1687
+ "**/node_modules/**"
1688
+ ]
1689
+ }
1161
1690
  }
1162
1691
  }
1163
1692
  },
@@ -1171,13 +1700,25 @@
1171
1700
  "builder": "@angular-devkit/build-angular:ng-packagr",
1172
1701
  "options": {
1173
1702
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1174
- "project": "projects/components/widgets/page/footer/ng-package.json"
1703
+ "project": "projects/components/widgets/page/footer/package.json"
1175
1704
  },
1176
1705
  "configurations": {
1177
1706
  "production": {
1178
1707
  "tsConfig": "projects/components/widgets/page/footer/tsconfig.lib.prod.json"
1179
1708
  }
1180
1709
  }
1710
+ },
1711
+ "lint": {
1712
+ "builder": "@angular-devkit/build-angular:tslint",
1713
+ "options": {
1714
+ "tsConfig": [
1715
+ "projects/components/widgets/tsconfig.lib.json",
1716
+ "projects/components/widgets/tsconfig.spec.json"
1717
+ ],
1718
+ "exclude": [
1719
+ "**/node_modules/**"
1720
+ ]
1721
+ }
1181
1722
  }
1182
1723
  }
1183
1724
  },
@@ -1191,13 +1732,25 @@
1191
1732
  "builder": "@angular-devkit/build-angular:ng-packagr",
1192
1733
  "options": {
1193
1734
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1194
- "project": "projects/components/widgets/page/header/ng-package.json"
1735
+ "project": "projects/components/widgets/page/header/package.json"
1195
1736
  },
1196
1737
  "configurations": {
1197
1738
  "production": {
1198
1739
  "tsConfig": "projects/components/widgets/page/header/tsconfig.lib.prod.json"
1199
1740
  }
1200
1741
  }
1742
+ },
1743
+ "lint": {
1744
+ "builder": "@angular-devkit/build-angular:tslint",
1745
+ "options": {
1746
+ "tsConfig": [
1747
+ "projects/components/widgets/tsconfig.lib.json",
1748
+ "projects/components/widgets/tsconfig.spec.json"
1749
+ ],
1750
+ "exclude": [
1751
+ "**/node_modules/**"
1752
+ ]
1753
+ }
1201
1754
  }
1202
1755
  }
1203
1756
  },
@@ -1211,13 +1764,25 @@
1211
1764
  "builder": "@angular-devkit/build-angular:ng-packagr",
1212
1765
  "options": {
1213
1766
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1214
- "project": "projects/components/widgets/page/left-panel/ng-package.json"
1767
+ "project": "projects/components/widgets/page/left-panel/package.json"
1215
1768
  },
1216
1769
  "configurations": {
1217
1770
  "production": {
1218
1771
  "tsConfig": "projects/components/widgets/page/left-panel/tsconfig.lib.prod.json"
1219
1772
  }
1220
1773
  }
1774
+ },
1775
+ "lint": {
1776
+ "builder": "@angular-devkit/build-angular:tslint",
1777
+ "options": {
1778
+ "tsConfig": [
1779
+ "projects/components/widgets/tsconfig.lib.json",
1780
+ "projects/components/widgets/tsconfig.spec.json"
1781
+ ],
1782
+ "exclude": [
1783
+ "**/node_modules/**"
1784
+ ]
1785
+ }
1221
1786
  }
1222
1787
  }
1223
1788
  },
@@ -1231,13 +1796,25 @@
1231
1796
  "builder": "@angular-devkit/build-angular:ng-packagr",
1232
1797
  "options": {
1233
1798
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1234
- "project": "projects/components/widgets/page/right-panel/ng-package.json"
1799
+ "project": "projects/components/widgets/page/right-panel/package.json"
1235
1800
  },
1236
1801
  "configurations": {
1237
1802
  "production": {
1238
1803
  "tsConfig": "projects/components/widgets/page/right-panel/tsconfig.lib.prod.json"
1239
1804
  }
1240
1805
  }
1806
+ },
1807
+ "lint": {
1808
+ "builder": "@angular-devkit/build-angular:tslint",
1809
+ "options": {
1810
+ "tsConfig": [
1811
+ "projects/components/widgets/tsconfig.lib.json",
1812
+ "projects/components/widgets/tsconfig.spec.json"
1813
+ ],
1814
+ "exclude": [
1815
+ "**/node_modules/**"
1816
+ ]
1817
+ }
1241
1818
  }
1242
1819
  }
1243
1820
  },
@@ -1251,13 +1828,25 @@
1251
1828
  "builder": "@angular-devkit/build-angular:ng-packagr",
1252
1829
  "options": {
1253
1830
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1254
- "project": "projects/components/widgets/page/top-nav/ng-package.json"
1831
+ "project": "projects/components/widgets/page/top-nav/package.json"
1255
1832
  },
1256
1833
  "configurations": {
1257
1834
  "production": {
1258
1835
  "tsConfig": "projects/components/widgets/page/top-nav/tsconfig.lib.prod.json"
1259
1836
  }
1260
1837
  }
1838
+ },
1839
+ "lint": {
1840
+ "builder": "@angular-devkit/build-angular:tslint",
1841
+ "options": {
1842
+ "tsConfig": [
1843
+ "projects/components/widgets/tsconfig.lib.json",
1844
+ "projects/components/widgets/tsconfig.spec.json"
1845
+ ],
1846
+ "exclude": [
1847
+ "**/node_modules/**"
1848
+ ]
1849
+ }
1261
1850
  }
1262
1851
  }
1263
1852
  },
@@ -1271,13 +1860,25 @@
1271
1860
  "builder": "@angular-devkit/build-angular:ng-packagr",
1272
1861
  "options": {
1273
1862
  "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1274
- "project": "projects/components/widgets/prefab/ng-package.json"
1863
+ "project": "projects/components/widgets/prefab/package.json"
1275
1864
  },
1276
1865
  "configurations": {
1277
1866
  "production": {
1278
1867
  "tsConfig": "projects/components/widgets/prefab/tsconfig.lib.prod.json"
1279
1868
  }
1280
1869
  }
1870
+ },
1871
+ "lint": {
1872
+ "builder": "@angular-devkit/build-angular:tslint",
1873
+ "options": {
1874
+ "tsConfig": [
1875
+ "projects/components/widgets/tsconfig.lib.json",
1876
+ "projects/components/widgets/tsconfig.spec.json"
1877
+ ],
1878
+ "exclude": [
1879
+ "**/node_modules/**"
1880
+ ]
1881
+ }
1281
1882
  }
1282
1883
  }
1283
1884
  },
@@ -1298,6 +1899,18 @@
1298
1899
  "tsConfig": "projects/transpiler/tsconfig.lib.prod.json"
1299
1900
  }
1300
1901
  }
1902
+ },
1903
+ "lint": {
1904
+ "builder": "@angular-devkit/build-angular:tslint",
1905
+ "options": {
1906
+ "tsConfig": [
1907
+ "projects/transpiler/tsconfig.lib.json",
1908
+ "projects/transpiler/tsconfig.spec.json"
1909
+ ],
1910
+ "exclude": [
1911
+ "**/node_modules/**"
1912
+ ]
1913
+ }
1301
1914
  }
1302
1915
  }
1303
1916
  },
@@ -1318,6 +1931,18 @@
1318
1931
  "tsConfig": "projects/security/tsconfig.lib.prod.json"
1319
1932
  }
1320
1933
  }
1934
+ },
1935
+ "lint": {
1936
+ "builder": "@angular-devkit/build-angular:tslint",
1937
+ "options": {
1938
+ "tsConfig": [
1939
+ "projects/security/tsconfig.lib.json",
1940
+ "projects/security/tsconfig.spec.json"
1941
+ ],
1942
+ "exclude": [
1943
+ "**/node_modules/**"
1944
+ ]
1945
+ }
1321
1946
  }
1322
1947
  }
1323
1948
  },
@@ -1338,6 +1963,18 @@
1338
1963
  "tsConfig": "projects/swipey/tsconfig.lib.prod.json"
1339
1964
  }
1340
1965
  }
1966
+ },
1967
+ "lint": {
1968
+ "builder": "@angular-devkit/build-angular:tslint",
1969
+ "options": {
1970
+ "tsConfig": [
1971
+ "projects/swipey/tsconfig.lib.json",
1972
+ "projects/swipey/tsconfig.spec.json"
1973
+ ],
1974
+ "exclude": [
1975
+ "**/node_modules/**"
1976
+ ]
1977
+ }
1341
1978
  }
1342
1979
  }
1343
1980
  },
@@ -1358,6 +1995,18 @@
1358
1995
  "tsConfig": "projects/http-service/tsconfig.lib.prod.json"
1359
1996
  }
1360
1997
  }
1998
+ },
1999
+ "lint": {
2000
+ "builder": "@angular-devkit/build-angular:tslint",
2001
+ "options": {
2002
+ "tsConfig": [
2003
+ "projects/http-service/tsconfig.lib.json",
2004
+ "projects/http-service/tsconfig.spec.json"
2005
+ ],
2006
+ "exclude": [
2007
+ "**/node_modules/**"
2008
+ ]
2009
+ }
1361
2010
  }
1362
2011
  }
1363
2012
  },
@@ -1378,6 +2027,18 @@
1378
2027
  "tsConfig": "projects/oAuth/tsconfig.lib.prod.json"
1379
2028
  }
1380
2029
  }
2030
+ },
2031
+ "lint": {
2032
+ "builder": "@angular-devkit/build-angular:tslint",
2033
+ "options": {
2034
+ "tsConfig": [
2035
+ "projects/oAuth/tsconfig.lib.json",
2036
+ "projects/oAuth/tsconfig.spec.json"
2037
+ ],
2038
+ "exclude": [
2039
+ "**/node_modules/**"
2040
+ ]
2041
+ }
1381
2042
  }
1382
2043
  }
1383
2044
  },
@@ -1412,6 +2073,18 @@
1412
2073
  "scripts": [],
1413
2074
  "assets": []
1414
2075
  }
2076
+ },
2077
+ "lint": {
2078
+ "builder": "@angular-devkit/build-angular:tslint",
2079
+ "options": {
2080
+ "tsConfig": [
2081
+ "projects/variables/tsconfig.lib.json",
2082
+ "projects/variables/tsconfig.spec.json"
2083
+ ],
2084
+ "exclude": [
2085
+ "**/node_modules/**"
2086
+ ]
2087
+ }
1415
2088
  }
1416
2089
  }
1417
2090
  },
@@ -1432,6 +2105,18 @@
1432
2105
  "tsConfig": "projects/mobile/core/tsconfig.lib.prod.json"
1433
2106
  }
1434
2107
  }
2108
+ },
2109
+ "lint": {
2110
+ "builder": "@angular-devkit/build-angular:tslint",
2111
+ "options": {
2112
+ "tsConfig": [
2113
+ "projects/mobile/core/tsconfig.lib.json",
2114
+ "projects/mobile/core/tsconfig.spec.json"
2115
+ ],
2116
+ "exclude": [
2117
+ "**/node_modules/**"
2118
+ ]
2119
+ }
1435
2120
  }
1436
2121
  }
1437
2122
  },
@@ -1445,7 +2130,7 @@
1445
2130
  "builder": "@angular-devkit/build-angular:ng-packagr",
1446
2131
  "options": {
1447
2132
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1448
- "project": "projects/mobile/components/basic/default/ng-package.json"
2133
+ "project": "projects/mobile/components/basic/default/package.json"
1449
2134
  },
1450
2135
  "configurations": {
1451
2136
  "production": {
@@ -1466,6 +2151,18 @@
1466
2151
  "scripts": [],
1467
2152
  "assets": []
1468
2153
  }
2154
+ },
2155
+ "lint": {
2156
+ "builder": "@angular-devkit/build-angular:tslint",
2157
+ "options": {
2158
+ "tsConfig": [
2159
+ "projects/mobile/components/tsconfig.lib.json",
2160
+ "projects/mobile/components/tsconfig.spec.json"
2161
+ ],
2162
+ "exclude": [
2163
+ "**/node_modules/**"
2164
+ ]
2165
+ }
1469
2166
  }
1470
2167
  }
1471
2168
  },
@@ -1479,13 +2176,25 @@
1479
2176
  "builder": "@angular-devkit/build-angular:ng-packagr",
1480
2177
  "options": {
1481
2178
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1482
- "project": "projects/mobile/components/basic/search/ng-package.json"
2179
+ "project": "projects/mobile/components/basic/search/package.json"
1483
2180
  },
1484
2181
  "configurations": {
1485
2182
  "production": {
1486
2183
  "tsConfig": "projects/mobile/components/basic/search/tsconfig.lib.prod.json"
1487
2184
  }
1488
2185
  }
2186
+ },
2187
+ "lint": {
2188
+ "builder": "@angular-devkit/build-angular:tslint",
2189
+ "options": {
2190
+ "tsConfig": [
2191
+ "projects/mobile/components/tsconfig.lib.json",
2192
+ "projects/mobile/components/tsconfig.spec.json"
2193
+ ],
2194
+ "exclude": [
2195
+ "**/node_modules/**"
2196
+ ]
2197
+ }
1489
2198
  }
1490
2199
  }
1491
2200
  },
@@ -1499,13 +2208,25 @@
1499
2208
  "builder": "@angular-devkit/build-angular:ng-packagr",
1500
2209
  "options": {
1501
2210
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1502
- "project": "projects/mobile/components/containers/segmented-control/ng-package.json"
2211
+ "project": "projects/mobile/components/containers/segmented-control/package.json"
1503
2212
  },
1504
2213
  "configurations": {
1505
2214
  "production": {
1506
2215
  "tsConfig": "projects/mobile/components/containers/segmented-control/tsconfig.lib.prod.json"
1507
2216
  }
1508
2217
  }
2218
+ },
2219
+ "lint": {
2220
+ "builder": "@angular-devkit/build-angular:tslint",
2221
+ "options": {
2222
+ "tsConfig": [
2223
+ "projects/mobile/components/tsconfig.lib.json",
2224
+ "projects/mobile/components/tsconfig.spec.json"
2225
+ ],
2226
+ "exclude": [
2227
+ "**/node_modules/**"
2228
+ ]
2229
+ }
1509
2230
  }
1510
2231
  }
1511
2232
  },
@@ -1519,7 +2240,7 @@
1519
2240
  "builder": "@angular-devkit/build-angular:ng-packagr",
1520
2241
  "options": {
1521
2242
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1522
- "project": "projects/mobile/components/data/media-list/ng-package.json"
2243
+ "project": "projects/mobile/components/data/media-list/package.json"
1523
2244
  },
1524
2245
  "configurations": {
1525
2246
  "production": {
@@ -1538,6 +2259,18 @@
1538
2259
  "scripts": [],
1539
2260
  "assets": []
1540
2261
  }
2262
+ },
2263
+ "lint": {
2264
+ "builder": "@angular-devkit/build-angular:tslint",
2265
+ "options": {
2266
+ "tsConfig": [
2267
+ "projects/mobile/components/tsconfig.lib.json",
2268
+ "projects/mobile/components/tsconfig.spec.json"
2269
+ ],
2270
+ "exclude": [
2271
+ "**/node_modules/**"
2272
+ ]
2273
+ }
1541
2274
  }
1542
2275
  }
1543
2276
  },
@@ -1551,13 +2284,25 @@
1551
2284
  "builder": "@angular-devkit/build-angular:ng-packagr",
1552
2285
  "options": {
1553
2286
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1554
- "project": "projects/mobile/components/device/barcode-scanner/ng-package.json"
2287
+ "project": "projects/mobile/components/device/barcode-scanner/package.json"
1555
2288
  },
1556
2289
  "configurations": {
1557
2290
  "production": {
1558
2291
  "tsConfig": "projects/mobile/components/device/barcode-scanner/tsconfig.lib.prod.json"
1559
2292
  }
1560
2293
  }
2294
+ },
2295
+ "lint": {
2296
+ "builder": "@angular-devkit/build-angular:tslint",
2297
+ "options": {
2298
+ "tsConfig": [
2299
+ "projects/mobile/components/tsconfig.lib.json",
2300
+ "projects/mobile/components/tsconfig.spec.json"
2301
+ ],
2302
+ "exclude": [
2303
+ "**/node_modules/**"
2304
+ ]
2305
+ }
1561
2306
  }
1562
2307
  }
1563
2308
  },
@@ -1571,13 +2316,25 @@
1571
2316
  "builder": "@angular-devkit/build-angular:ng-packagr",
1572
2317
  "options": {
1573
2318
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1574
- "project": "projects/mobile/components/device/camera/ng-package.json"
2319
+ "project": "projects/mobile/components/device/camera/package.json"
1575
2320
  },
1576
2321
  "configurations": {
1577
2322
  "production": {
1578
2323
  "tsConfig": "projects/mobile/components/device/camera/tsconfig.lib.prod.json"
1579
2324
  }
1580
2325
  }
2326
+ },
2327
+ "lint": {
2328
+ "builder": "@angular-devkit/build-angular:tslint",
2329
+ "options": {
2330
+ "tsConfig": [
2331
+ "projects/mobile/components/tsconfig.lib.json",
2332
+ "projects/mobile/components/tsconfig.spec.json"
2333
+ ],
2334
+ "exclude": [
2335
+ "**/node_modules/**"
2336
+ ]
2337
+ }
1581
2338
  }
1582
2339
  }
1583
2340
  },
@@ -1591,13 +2348,25 @@
1591
2348
  "builder": "@angular-devkit/build-angular:ng-packagr",
1592
2349
  "options": {
1593
2350
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1594
- "project": "projects/mobile/components/input/file-upload/ng-package.json"
2351
+ "project": "projects/mobile/components/input/file-upload/package.json"
1595
2352
  },
1596
2353
  "configurations": {
1597
2354
  "production": {
1598
2355
  "tsConfig": "projects/mobile/components/input/file-upload/tsconfig.lib.prod.json"
1599
2356
  }
1600
2357
  }
2358
+ },
2359
+ "lint": {
2360
+ "builder": "@angular-devkit/build-angular:tslint",
2361
+ "options": {
2362
+ "tsConfig": [
2363
+ "projects/mobile/components/tsconfig.lib.json",
2364
+ "projects/mobile/components/tsconfig.spec.json"
2365
+ ],
2366
+ "exclude": [
2367
+ "**/node_modules/**"
2368
+ ]
2369
+ }
1601
2370
  }
1602
2371
  }
1603
2372
  },
@@ -1611,13 +2380,25 @@
1611
2380
  "builder": "@angular-devkit/build-angular:ng-packagr",
1612
2381
  "options": {
1613
2382
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1614
- "project": "projects/mobile/components/page/default/ng-package.json"
2383
+ "project": "projects/mobile/components/page/default/package.json"
1615
2384
  },
1616
2385
  "configurations": {
1617
2386
  "production": {
1618
2387
  "tsConfig": "projects/mobile/components/page/tsconfig.lib.prod.json"
1619
2388
  }
1620
2389
  }
2390
+ },
2391
+ "lint": {
2392
+ "builder": "@angular-devkit/build-angular:tslint",
2393
+ "options": {
2394
+ "tsConfig": [
2395
+ "projects/mobile/components/tsconfig.lib.json",
2396
+ "projects/mobile/components/tsconfig.spec.json"
2397
+ ],
2398
+ "exclude": [
2399
+ "**/node_modules/**"
2400
+ ]
2401
+ }
1621
2402
  }
1622
2403
  }
1623
2404
  },
@@ -1631,13 +2412,25 @@
1631
2412
  "builder": "@angular-devkit/build-angular:ng-packagr",
1632
2413
  "options": {
1633
2414
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1634
- "project": "projects/mobile/components/page/left-panel/ng-package.json"
2415
+ "project": "projects/mobile/components/page/left-panel/package.json"
1635
2416
  },
1636
2417
  "configurations": {
1637
2418
  "production": {
1638
2419
  "tsConfig": "projects/mobile/components/page/left-panel/tsconfig.lib.prod.json"
1639
2420
  }
1640
2421
  }
2422
+ },
2423
+ "lint": {
2424
+ "builder": "@angular-devkit/build-angular:tslint",
2425
+ "options": {
2426
+ "tsConfig": [
2427
+ "projects/mobile/components/tsconfig.lib.json",
2428
+ "projects/mobile/components/tsconfig.spec.json"
2429
+ ],
2430
+ "exclude": [
2431
+ "**/node_modules/**"
2432
+ ]
2433
+ }
1641
2434
  }
1642
2435
  }
1643
2436
  },
@@ -1651,13 +2444,25 @@
1651
2444
  "builder": "@angular-devkit/build-angular:ng-packagr",
1652
2445
  "options": {
1653
2446
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1654
- "project": "projects/mobile/components/page/mobile-navbar/ng-package.json"
2447
+ "project": "projects/mobile/components/page/mobile-navbar/package.json"
1655
2448
  },
1656
2449
  "configurations": {
1657
2450
  "production": {
1658
2451
  "tsConfig": "projects/mobile/components/page/mobile-navbar/tsconfig.lib.prod.json"
1659
2452
  }
1660
2453
  }
2454
+ },
2455
+ "lint": {
2456
+ "builder": "@angular-devkit/build-angular:tslint",
2457
+ "options": {
2458
+ "tsConfig": [
2459
+ "projects/mobile/components/tsconfig.lib.json",
2460
+ "projects/mobile/components/tsconfig.spec.json"
2461
+ ],
2462
+ "exclude": [
2463
+ "**/node_modules/**"
2464
+ ]
2465
+ }
1661
2466
  }
1662
2467
  }
1663
2468
  },
@@ -1671,7 +2476,7 @@
1671
2476
  "builder": "@angular-devkit/build-angular:ng-packagr",
1672
2477
  "options": {
1673
2478
  "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1674
- "project": "projects/mobile/components/page/tab-bar/ng-package.json"
2479
+ "project": "projects/mobile/components/page/tab-bar/package.json"
1675
2480
  },
1676
2481
  "configurations": {
1677
2482
  "production": {
@@ -1690,6 +2495,18 @@
1690
2495
  "scripts": [],
1691
2496
  "assets": []
1692
2497
  }
2498
+ },
2499
+ "lint": {
2500
+ "builder": "@angular-devkit/build-angular:tslint",
2501
+ "options": {
2502
+ "tsConfig": [
2503
+ "projects/mobile/components/tsconfig.lib.json",
2504
+ "projects/mobile/components/tsconfig.spec.json"
2505
+ ],
2506
+ "exclude": [
2507
+ "**/node_modules/**"
2508
+ ]
2509
+ }
1693
2510
  }
1694
2511
  }
1695
2512
  },
@@ -1710,6 +2527,18 @@
1710
2527
  "tsConfig": "projects/mobile/offline/tsconfig.lib.prod.json"
1711
2528
  }
1712
2529
  }
2530
+ },
2531
+ "lint": {
2532
+ "builder": "@angular-devkit/build-angular:tslint",
2533
+ "options": {
2534
+ "tsConfig": [
2535
+ "projects/mobile/offline/tsconfig.lib.json",
2536
+ "projects/mobile/offline/tsconfig.spec.json"
2537
+ ],
2538
+ "exclude": [
2539
+ "**/node_modules/**"
2540
+ ]
2541
+ }
1713
2542
  }
1714
2543
  }
1715
2544
  },
@@ -1730,6 +2559,18 @@
1730
2559
  "tsConfig": "projects/mobile/variables/tsconfig.lib.prod.json"
1731
2560
  }
1732
2561
  }
2562
+ },
2563
+ "lint": {
2564
+ "builder": "@angular-devkit/build-angular:tslint",
2565
+ "options": {
2566
+ "tsConfig": [
2567
+ "projects/mobile/variables/tsconfig.lib.json",
2568
+ "projects/mobile/variables/tsconfig.spec.json"
2569
+ ],
2570
+ "exclude": [
2571
+ "**/node_modules/**"
2572
+ ]
2573
+ }
1733
2574
  }
1734
2575
  }
1735
2576
  },
@@ -1750,6 +2591,18 @@
1750
2591
  "tsConfig": "projects/runtime-base/tsconfig.lib.prod.json"
1751
2592
  }
1752
2593
  }
2594
+ },
2595
+ "lint": {
2596
+ "builder": "@angular-devkit/build-angular:tslint",
2597
+ "options": {
2598
+ "tsConfig": [
2599
+ "projects/runtime-base/tsconfig.lib.json",
2600
+ "projects/runtime-base/tsconfig.spec.json"
2601
+ ],
2602
+ "exclude": [
2603
+ "**/node_modules/**"
2604
+ ]
2605
+ }
1753
2606
  }
1754
2607
  }
1755
2608
  },
@@ -1770,6 +2623,18 @@
1770
2623
  "tsConfig": "projects/runtime-dynamic/tsconfig.lib.prod.json"
1771
2624
  }
1772
2625
  }
2626
+ },
2627
+ "lint": {
2628
+ "builder": "@angular-devkit/build-angular:tslint",
2629
+ "options": {
2630
+ "tsConfig": [
2631
+ "projects/runtime-dynamic/tsconfig.lib.json",
2632
+ "projects/runtime-dynamic/tsconfig.spec.json"
2633
+ ],
2634
+ "exclude": [
2635
+ "**/node_modules/**"
2636
+ ]
2637
+ }
1773
2638
  }
1774
2639
  }
1775
2640
  },
@@ -1790,6 +2655,18 @@
1790
2655
  "tsConfig": "projects/mobile/runtime/tsconfig.lib.prod.json"
1791
2656
  }
1792
2657
  }
2658
+ },
2659
+ "lint": {
2660
+ "builder": "@angular-devkit/build-angular:tslint",
2661
+ "options": {
2662
+ "tsConfig": [
2663
+ "projects/mobile/runtime/tsconfig.lib.json",
2664
+ "projects/mobile/runtime/tsconfig.spec.json"
2665
+ ],
2666
+ "exclude": [
2667
+ "**/node_modules/**"
2668
+ ]
2669
+ }
1793
2670
  }
1794
2671
  }
1795
2672
  },
@@ -1803,13 +2680,25 @@
1803
2680
  "builder": "@angular-devkit/build-angular:ng-packagr",
1804
2681
  "options": {
1805
2682
  "tsConfig": "projects/mobile/runtime-dynamic/tsconfig.lib.json",
1806
- "project": "projects/mobile/runtime-dynamic/ng-package.json"
2683
+ "project": "projects/mobile/runtime-dynamic/package.json"
1807
2684
  },
1808
2685
  "configurations": {
1809
2686
  "production": {
1810
2687
  "tsConfig": "projects/mobile/runtime-dynamic/tsconfig.lib.prod.json"
1811
2688
  }
1812
2689
  }
2690
+ },
2691
+ "lint": {
2692
+ "builder": "@angular-devkit/build-angular:tslint",
2693
+ "options": {
2694
+ "tsConfig": [
2695
+ "projects/mobile/runtime/tsconfig.lib.json",
2696
+ "projects/mobile/runtime/tsconfig.spec.json"
2697
+ ],
2698
+ "exclude": [
2699
+ "**/node_modules/**"
2700
+ ]
2701
+ }
1813
2702
  }
1814
2703
  }
1815
2704
  },
@@ -1823,13 +2712,25 @@
1823
2712
  "builder": "@angular-devkit/build-angular:ng-packagr",
1824
2713
  "options": {
1825
2714
  "tsConfig": "projects/mobile/placeholder/tsconfig.lib.json",
1826
- "project": "projects/mobile/placeholder/runtime/ng-package.json"
2715
+ "project": "projects/mobile/placeholder/runtime/package.json"
1827
2716
  },
1828
2717
  "configurations": {
1829
2718
  "production": {
1830
2719
  "tsConfig": "projects/mobile/placeholder/runtime/tsconfig.lib.prod.json"
1831
2720
  }
1832
2721
  }
2722
+ },
2723
+ "lint": {
2724
+ "builder": "@angular-devkit/build-angular:tslint",
2725
+ "options": {
2726
+ "tsConfig": [
2727
+ "projects/mobile/placeholder/tsconfig.lib.json",
2728
+ "projects/mobile/placeholder/tsconfig.spec.json"
2729
+ ],
2730
+ "exclude": [
2731
+ "**/node_modules/**"
2732
+ ]
2733
+ }
1833
2734
  }
1834
2735
  }
1835
2736
  },
@@ -1843,17 +2744,30 @@
1843
2744
  "builder": "@angular-devkit/build-angular:ng-packagr",
1844
2745
  "options": {
1845
2746
  "tsConfig": "projects/mobile/placeholder/tsconfig.lib.json",
1846
- "project": "projects/mobile/placeholder/runtime-dynamic/ng-package.json"
2747
+ "project": "projects/mobile/placeholder/runtime-dynamic/package.json"
1847
2748
  },
1848
2749
  "configurations": {
1849
2750
  "production": {
1850
2751
  "tsConfig": "projects/mobile/placeholder/runtime-dynamic/tsconfig.lib.prod.json"
1851
2752
  }
1852
2753
  }
2754
+ },
2755
+ "lint": {
2756
+ "builder": "@angular-devkit/build-angular:tslint",
2757
+ "options": {
2758
+ "tsConfig": [
2759
+ "projects/mobile/placeholder/tsconfig.lib.json",
2760
+ "projects/mobile/placeholder/tsconfig.spec.json"
2761
+ ],
2762
+ "exclude": [
2763
+ "**/node_modules/**"
2764
+ ]
2765
+ }
1853
2766
  }
1854
2767
  }
1855
2768
  }
1856
2769
  },
2770
+ "defaultProject": "angular-app",
1857
2771
  "cli": {
1858
2772
  "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
1859
2773
  }