From 72ad77446c55f90a12c80dc5f1a4a0f35789f991 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 15 Mar 2022 10:18:08 +0100 Subject: [PATCH] fix(core): update --- ts/tsbuild.classes.compiler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/tsbuild.classes.compiler.ts b/ts/tsbuild.classes.compiler.ts index cb3127e..8658857 100644 --- a/ts/tsbuild.classes.compiler.ts +++ b/ts/tsbuild.classes.compiler.ts @@ -58,6 +58,8 @@ export const mergeCompilerOptions = ( } : {}, }; + console.log(mergedOptions) + return mergedOptions; };