PAMapp/node_modules/ts-loader/dist/compilerSetup.js
@@ -44,7 +44,7 @@ function getCompilerOptions(configParseResult, compiler) { const compilerOptions = Object.assign({}, configParseResult.options, { skipLibCheck: true, suppressOutputPathCheck: true, suppressOutputPathCheck: true, // This is why: https://github.com/Microsoft/TypeScript/issues/7363 }); // if `module` is not specified and not using ES6+ target, default to CJS module output if (compilerOptions.module === undefined &&