@@ -73,12 +73,12 @@ describe('Migration to remove "Solution Style" tsconfig', () => {
73
73
createJsonFile ( tree , 'tsconfig.json' , { files : [ ] } ) ;
74
74
createJsonFile ( tree , 'tsconfig.base.json' , { compilerOptions } ) ;
75
75
createJsonFile ( tree , 'tsconfig.common.json' , { compilerOptions } ) ;
76
- createJsonFile ( tree , 'src/tsconfig.json' , { extends : './../tsconfig.json' , compilerOptions } ) ;
77
- createJsonFile ( tree , 'src/tsconfig.base.json' , { extends : './../tsconfig.json' , compilerOptions } ) ;
76
+ createJsonFile ( tree , 'src/tsconfig.json' , { extends : './../tsconfig.base. json' , compilerOptions } ) ;
77
+ createJsonFile ( tree , 'src/tsconfig.base.json' , { extends : './../tsconfig.base. json' , compilerOptions } ) ;
78
78
createJsonFile ( tree , 'src/tsconfig.tsc.json' , { extends : './tsconfig.base.json' , compilerOptions } ) ;
79
79
createJsonFile ( tree , 'src/tsconfig.app.json' , { extends : './../tsconfig.common.json' , compilerOptions } ) ;
80
- createJsonFile ( tree , 'src/tsconfig.spec.json' , { extends : './../tsconfig.json' , compilerOptions } ) ;
81
- createJsonFile ( tree , 'src/tsconfig.worker.json' , { extends : './../tsconfig.json' , compilerOptions } ) ;
80
+ createJsonFile ( tree , 'src/tsconfig.spec.json' , { extends : './../tsconfig.base. json' , compilerOptions } ) ;
81
+ createJsonFile ( tree , 'src/tsconfig.worker.json' , { extends : './../tsconfig.base. json' , compilerOptions } ) ;
82
82
} ) ;
83
83
84
84
it ( `should rename 'tsconfig.base.json' to 'tsconfig.json'` , async ( ) => {
0 commit comments