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