fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-15 10:18:08 +01:00
parent 59ce28395f
commit 72ad77446c

View File

@ -58,6 +58,8 @@ export const mergeCompilerOptions = (
} : {},
};
console.log(mergedOptions)
return mergedOptions;
};