File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,13 @@ module.exports = {
432
432
noEmit : true ,
433
433
jsx : 'preserve' ,
434
434
} ,
435
+ reportFiles : [
436
+ '**' ,
437
+ '!**/__tests__/**' ,
438
+ '!**/?(*.)(spec|test).*' ,
439
+ '!src/setupProxy.js' ,
440
+ '!src/setupTests.*' ,
441
+ ] ,
435
442
watch : paths . appSrc ,
436
443
silent : true ,
437
444
formatter : typescriptFormatter ,
Original file line number Diff line number Diff line change @@ -552,6 +552,13 @@ module.exports = {
552
552
noEmit : true ,
553
553
jsx : 'preserve' ,
554
554
} ,
555
+ reportFiles : [
556
+ '**' ,
557
+ '!**/__tests__/**' ,
558
+ '!**/?(*.)(spec|test).*' ,
559
+ '!src/setupProxy.js' ,
560
+ '!src/setupTests.*' ,
561
+ ] ,
555
562
watch : paths . appSrc ,
556
563
silent : true ,
557
564
formatter : typescriptFormatter ,
You can’t perform that action at this time.
0 commit comments