@@ -46,7 +46,9 @@ test.group('Compiler', (group) => {
46
46
JSON . stringify ( {
47
47
include : [ '**/*' ] ,
48
48
exclude : [ 'build' ] ,
49
- compilerOptions : { } ,
49
+ compilerOptions : {
50
+ skipLibCheck : true ,
51
+ } ,
50
52
} )
51
53
)
52
54
@@ -112,6 +114,7 @@ test.group('Compiler', (group) => {
112
114
exclude : [ 'build' ] ,
113
115
compilerOptions : {
114
116
outDir : 'build' ,
117
+ skipLibCheck : true ,
115
118
} ,
116
119
} )
117
120
)
@@ -175,6 +178,7 @@ test.group('Compiler', (group) => {
175
178
compilerOptions : {
176
179
rootDir : './' ,
177
180
outDir : 'build' ,
181
+ skipLibCheck : true ,
178
182
} ,
179
183
} )
180
184
)
@@ -238,6 +242,7 @@ test.group('Compiler', (group) => {
238
242
compilerOptions : {
239
243
rootDir : './' ,
240
244
outDir : 'build/dist' ,
245
+ skipLibCheck : true ,
241
246
} ,
242
247
} )
243
248
)
@@ -302,6 +307,7 @@ test.group('Compiler', (group) => {
302
307
foo : 'bar' ,
303
308
rootDir : './' ,
304
309
outDir : 'build/dist' ,
310
+ skipLibCheck : true ,
305
311
} ,
306
312
} )
307
313
)
@@ -350,6 +356,7 @@ test.group('Compiler', (group) => {
350
356
compilerOptions : {
351
357
rootDir : './' ,
352
358
outDir : 'build/dist' ,
359
+ skipLibCheck : true ,
353
360
} ,
354
361
} )
355
362
)
@@ -418,6 +425,7 @@ test.group('Compiler', (group) => {
418
425
compilerOptions : {
419
426
rootDir : './' ,
420
427
outDir : 'build/dist' ,
428
+ skipLibCheck : true ,
421
429
} ,
422
430
} )
423
431
)
@@ -487,6 +495,7 @@ test.group('Compiler', (group) => {
487
495
rootDir : './' ,
488
496
outDir : 'build/dist' ,
489
497
noEmitOnError : true ,
498
+ skipLibCheck : true ,
490
499
} ,
491
500
} )
492
501
)
@@ -556,6 +565,7 @@ test.group('Compiler', (group) => {
556
565
exclude : [ 'build' ] ,
557
566
compilerOptions : {
558
567
outDir : 'build' ,
568
+ skipLibCheck : true ,
559
569
} ,
560
570
} )
561
571
)
@@ -634,7 +644,9 @@ test.group('Compiler', (group) => {
634
644
JSON . stringify ( {
635
645
include : [ '**/*' ] ,
636
646
exclude : [ 'build' ] ,
637
- compilerOptions : { } ,
647
+ compilerOptions : {
648
+ skipLibCheck : true ,
649
+ } ,
638
650
} )
639
651
)
640
652
@@ -705,7 +717,9 @@ test.group('Compiler', (group) => {
705
717
JSON . stringify ( {
706
718
include : [ '**/*' ] ,
707
719
exclude : [ 'build' ] ,
708
- compilerOptions : { } ,
720
+ compilerOptions : {
721
+ skipLibCheck : true ,
722
+ } ,
709
723
} )
710
724
)
711
725
@@ -769,6 +783,7 @@ test.group('Compiler', (group) => {
769
783
exclude : [ 'build' ] ,
770
784
compilerOptions : {
771
785
outDir : 'build' ,
786
+ skipLibCheck : true ,
772
787
} ,
773
788
} )
774
789
)
@@ -814,6 +829,7 @@ test.group('Compiler', (group) => {
814
829
compilerOptions : {
815
830
rootDir : './' ,
816
831
outDir : 'build/dist' ,
832
+ skipLibCheck : true ,
817
833
} ,
818
834
} )
819
835
)
@@ -867,6 +883,7 @@ test.group('Compiler', (group) => {
867
883
compilerOptions : {
868
884
rootDir : './' ,
869
885
outDir : 'build/dist' ,
886
+ skipLibCheck : true ,
870
887
} ,
871
888
} )
872
889
)
0 commit comments