fix(core): update
This commit is contained in:
parent
8708b1442d
commit
5128d450bc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user