fix(core): update
This commit is contained in:
parent
42b83b888e
commit
8d725e2e11
@ -52,6 +52,10 @@ export const mergeCompilerOptions = (
|
|||||||
...argvArg && argvArg.allowimplicitany ? {
|
...argvArg && argvArg.allowimplicitany ? {
|
||||||
noImplicitAny: false
|
noImplicitAny: false
|
||||||
} : {},
|
} : {},
|
||||||
|
...argvArg && argvArg.commonjs ? {
|
||||||
|
module: plugins.typescript.ModuleKind.CommonJS,
|
||||||
|
moduleResolution: plugins.typescript.ModuleResolutionKind.Classic,
|
||||||
|
} : {},
|
||||||
};
|
};
|
||||||
|
|
||||||
return mergedOptions;
|
return mergedOptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user