fix(core): update
This commit is contained in:
		| @@ -44,7 +44,10 @@ export const mergeCompilerOptions = ( | |||||||
|   // create merged options |   // create merged options | ||||||
|   const mergedOptions: CompilerOptions = { |   const mergedOptions: CompilerOptions = { | ||||||
|     ...defaultOptionsToMerge, |     ...defaultOptionsToMerge, | ||||||
|     ...customTsOptions |     ...customTsOptions, | ||||||
|  |     ...argvArg && argvArg.skiplibcheck ? { | ||||||
|  |       skipLibCheck: true | ||||||
|  |     } : {}, | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|   return mergedOptions; |   return mergedOptions; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user