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; };