fix(core): update
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user