@@ -382,10 +382,11 @@ CompilerOptions::
382382 "allowJs" : true ,
383383 "noImplicitAny" : true ,
384384 "strictNullChecks" : true ,
385- "configFilePath" : "tsconfig.json"
385+ "configFilePath" : "c:/dev/ tsconfig.json"
386386}
387387FileNames::
388- c:/ d e v / main. ts , c :/ d e v / supplemental. ts
388+ c:/ d e v / main. ts
389+ c:/ d e v / supplemental. ts
389390Errors::
390391
391392
@@ -396,10 +397,11 @@ CompilerOptions::
396397 "allowJs" : true ,
397398 "noImplicitAny" : true ,
398399 "strictNullChecks" : false ,
399- "configFilePath" : "tsconfig.nostrictnull.json"
400+ "configFilePath" : "c:/dev/ tsconfig.nostrictnull.json"
400401}
401402FileNames::
402- c:/ d e v / main. ts , c :/ d e v / supplemental. ts
403+ c:/ d e v / main. ts
404+ c:/ d e v / supplemental. ts
403405Errors::
404406
405407
@@ -408,10 +410,14 @@ configFileName:: circular.json
408410CompilerOptions::
409411{
410412 "module" : 2 ,
411- "configFilePath" : "circular.json"
413+ "configFilePath" : "c:/dev/ circular.json"
412414}
413415FileNames::
414- c:/ d e v / main. ts , c :/ d e v / supplemental. ts , c :/ d e v / tests/ utils . ts , c :/ d e v / tests/ baselines / first / output . ts , c :/ d e v / tests/ unit / spec . ts
416+ c:/ d e v / main. ts
417+ c:/ d e v / supplemental. ts
418+ c:/ d e v / tests/ utils . ts
419+ c:/ d e v / tests/ baselines / first / output . ts
420+ c:/ d e v / tests/ unit / spec . ts
415421Errors ::
416422[ 91 merror [ 0 m [ 90 m TS18000 : [ 0 mCircularity detected while resolving configuration : c :/ dev / circular . json - > c :/ dev / circular2 . json - > c :/ dev / circular . json
417423
@@ -421,10 +427,14 @@ configFileName:: missing.json
421427CompilerOptions ::
422428{
423429 "types" : [ ] ,
424- "configFilePath" : "missing.json"
430+ "configFilePath" : "c:/dev/ missing.json"
425431}
426432FileNames ::
427- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
433+ c :/ dev / main . ts
434+ c :/ dev / supplemental . ts
435+ c :/ dev / tests / utils . ts
436+ c :/ dev / tests / baselines / first / output . ts
437+ c :/ dev / tests / unit / spec . ts
428438Errors ::
429439[ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile './missing2' not found .
430440
@@ -434,10 +444,14 @@ configFileName:: failure.json
434444CompilerOptions ::
435445{
436446 "typeRoots" : [ ] ,
437- "configFilePath" : "failure.json"
447+ "configFilePath" : "c:/dev/ failure.json"
438448}
439449FileNames ::
440- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
450+ c :/ dev / main . ts
451+ c :/ dev / supplemental . ts
452+ c :/ dev / tests / utils . ts
453+ c :/ dev / tests / baselines / first / output . ts
454+ c :/ dev / tests / unit / spec . ts
441455Errors ::
442456[ 96 mfailure2 . json [ 0 m :[ 93 m2 [ 0 m :[ 93 m3 [ 0 m - [ 91 merror [ 0 m [ 90 m TS6114 : [ 0 mUnknown option 'excludes' . Did you mean 'exclude' ?
443457
@@ -449,10 +463,14 @@ can error when 'extends' is not a string or Array
449463configFileName :: extends . json
450464CompilerOptions ::
451465{
452- "configFilePath" : "extends.json"
466+ "configFilePath" : "c:/dev/ extends.json"
453467}
454468FileNames ::
455- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
469+ c :/ dev / main . ts
470+ c :/ dev / supplemental . ts
471+ c :/ dev / tests / utils . ts
472+ c :/ dev / tests / baselines / first / output . ts
473+ c :/ dev / tests / unit / spec . ts
456474Errors ::
457475[ 91 merror [ 0 m [ 90 m TS5024 : [ 0 mCompiler option 'extends' requires a value of type string or Array .
458476
@@ -461,10 +479,14 @@ can error when 'extends' is given an empty string
461479configFileName :: extends3 . json
462480CompilerOptions ::
463481{
464- "configFilePath" : "extends3.json"
482+ "configFilePath" : "c:/dev/ extends3.json"
465483}
466484FileNames ::
467- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
485+ c :/ dev / main . ts
486+ c :/ dev / supplemental . ts
487+ c :/ dev / tests / utils . ts
488+ c :/ dev / tests / baselines / first / output . ts
489+ c :/ dev / tests / unit / spec . ts
468490Errors ::
469491[ 91 merror [ 0 m [ 90 m TS18051 : [ 0 mCompiler option 'extends' cannot be given an empty string .
470492
@@ -473,10 +495,14 @@ can error when 'extends' is given an empty string in an array
473495configFileName :: extends4 . json
474496CompilerOptions ::
475497{
476- "configFilePath" : "extends4.json"
498+ "configFilePath" : "c:/dev/ extends4.json"
477499}
478500FileNames ::
479- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
501+ c :/ dev / main . ts
502+ c :/ dev / supplemental . ts
503+ c :/ dev / tests / utils . ts
504+ c :/ dev / tests / baselines / first / output . ts
505+ c :/ dev / tests / unit / spec . ts
480506Errors ::
481507[ 91 merror [ 0 m [ 90 m TS18051 : [ 0 mCompiler option 'extends' cannot be given an empty string .
482508
@@ -488,7 +514,7 @@ CompilerOptions::
488514 "allowJs" : true ,
489515 "noImplicitAny" : true ,
490516 "strictNullChecks" : true ,
491- "configFilePath" : "configs/third.json"
517+ "configFilePath" : "c:/dev/ configs/third.json"
492518}
493519FileNames ::
494520c :/ dev / supplemental . ts
@@ -503,10 +529,11 @@ CompilerOptions::
503529 "noImplicitAny" : true ,
504530 "strictNullChecks" : true ,
505531 "module" : 4 ,
506- "configFilePath" : "configs/fourth.json"
532+ "configFilePath" : "c:/dev/ configs/fourth.json"
507533}
508534FileNames ::
509535c :/ dev / main . ts
536+ c :/ dev / supplemental . ts
510537Errors ::
511538
512539
@@ -518,7 +545,7 @@ CompilerOptions::
518545 "noImplicitAny" : true ,
519546 "strictNullChecks" : true ,
520547 "module" : 4 ,
521- "configFilePath" : "configs/fifth.json"
548+ "configFilePath" : "c:/dev/ configs/fifth.json"
522549}
523550FileNames ::
524551c :/ dev / tests / utils . ts
@@ -530,7 +557,7 @@ configFileName:: tsconfig.extendsBox.json
530557CompilerOptions ::
531558{
532559 "strict" : true ,
533- "configFilePath" : "tsconfig.extendsBox.json"
560+ "configFilePath" : "c:/dev/ tsconfig.extendsBox.json"
534561}
535562FileNames ::
536563c :/ dev / main . ts
@@ -542,7 +569,7 @@ configFileName:: tsconfig.extendsStrict.json
542569CompilerOptions ::
543570{
544571 "strict" : true ,
545- "configFilePath" : "tsconfig.extendsStrict.json"
572+ "configFilePath" : "c:/dev/ tsconfig.extendsStrict.json"
546573}
547574FileNames ::
548575c :/ dev / main . ts
@@ -554,7 +581,7 @@ configFileName:: tsconfig.extendsUnStrict.json
554581CompilerOptions ::
555582{
556583 "strict" : false ,
557- "configFilePath" : "tsconfig.extendsUnStrict.json"
584+ "configFilePath" : "c:/dev/ tsconfig.extendsUnStrict.json"
558585}
559586FileNames ::
560587c :/ dev / main . ts
@@ -566,7 +593,7 @@ configFileName:: tsconfig.extendsStrictExtension.json
566593CompilerOptions ::
567594{
568595 "strict" : true ,
569- "configFilePath" : "tsconfig.extendsStrictExtension.json"
596+ "configFilePath" : "c:/dev/ tsconfig.extendsStrictExtension.json"
570597}
571598FileNames ::
572599c :/ dev / main . ts
@@ -578,7 +605,7 @@ configFileName:: tsconfig.extendsBoxImplied.json
578605CompilerOptions ::
579606{
580607 "strict" : true ,
581- "configFilePath" : "tsconfig.extendsBoxImplied.json"
608+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImplied.json"
582609}
583610FileNames ::
584611c :/ dev / main . ts
@@ -590,7 +617,7 @@ configFileName:: tsconfig.extendsBoxImpliedUnstrict.json
590617CompilerOptions ::
591618{
592619 "strict" : false ,
593- "configFilePath" : "tsconfig.extendsBoxImpliedUnstrict.json"
620+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedUnstrict.json"
594621}
595622FileNames ::
596623c :/ dev / main . ts
@@ -602,7 +629,7 @@ configFileName:: tsconfig.extendsBoxImpliedUnstrictExtension.json
602629CompilerOptions ::
603630{
604631 "strict" : false ,
605- "configFilePath" : "tsconfig.extendsBoxImpliedUnstrictExtension.json"
632+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedUnstrictExtension.json"
606633}
607634FileNames ::
608635c :/ dev / main . ts
@@ -614,7 +641,7 @@ configFileName:: tsconfig.extendsBoxImpliedPath.json
614641CompilerOptions ::
615642{
616643 "strict" : true ,
617- "configFilePath" : "tsconfig.extendsBoxImpliedPath.json"
644+ "configFilePath" : "c:/dev/ tsconfig.extendsBoxImpliedPath.json"
618645}
619646FileNames ::
620647c :/ dev / main . ts
@@ -626,7 +653,7 @@ configFileName:: tsconfig.extendsFoo.json
626653CompilerOptions ::
627654{
628655 "strict" : true ,
629- "configFilePath" : "tsconfig.extendsFoo.json"
656+ "configFilePath" : "c:/dev/ tsconfig.extendsFoo.json"
630657}
631658FileNames ::
632659c :/ dev / main . ts
@@ -641,10 +668,10 @@ CompilerOptions::
641668 "noImplicitAny" : false ,
642669 "strictNullChecks" : false ,
643670 "module" : 4 ,
644- "configFilePath" : "configs/extendsArrayFifth.json"
671+ "configFilePath" : "c:/dev/ configs/extendsArrayFifth.json"
645672}
646673FileNames ::
647-
674+ c : / dev / supplemental . ts
648675Errors ::
649676
650677
@@ -653,10 +680,14 @@ configFileName:: extendsArrayFails.json
653680CompilerOptions ::
654681{
655682 "types" : [ ] ,
656- "configFilePath" : "extendsArrayFails.json"
683+ "configFilePath" : "c:/dev/ extendsArrayFails.json"
657684}
658685FileNames ::
659- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
686+ c :/ dev / main . ts
687+ c :/ dev / supplemental . ts
688+ c :/ dev / tests / utils . ts
689+ c :/ dev / tests / baselines / first / output . ts
690+ c :/ dev / tests / unit / spec . ts
660691Errors ::
661692[ 91 merror [ 0 m [ 90 m TS6053 : [ 0 mFile './missingFile' not found .
662693
@@ -665,10 +696,14 @@ can error when 'extends' is not a string or Array2
665696configFileName :: extendsArrayFails2 . json
666697CompilerOptions ::
667698{
668- "configFilePath" : "extendsArrayFails2.json"
699+ "configFilePath" : "c:/dev/ extendsArrayFails2.json"
669700}
670701FileNames ::
671- c :/ dev / main . ts , c :/ dev / supplemental . ts , c :/ dev / tests / utils . ts , c :/ dev / tests / baselines / first / output . ts , c :/ dev / tests / unit / spec . ts
702+ c :/ dev / main . ts
703+ c :/ dev / supplemental . ts
704+ c :/ dev / tests / utils . ts
705+ c :/ dev / tests / baselines / first / output . ts
706+ c :/ dev / tests / unit / spec . ts
672707Errors ::
673708[ 91 merror [ 0 m [ 90 m TS5024 : [ 0 mCompiler option 'extends' requires a value of type string .
674709
0 commit comments