fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-25 23:43:44 +02:00
parent 4e93832683
commit f83b872f31
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsbuild',
version: '2.1.62',
version: '2.1.63',
description: 'TypeScript nightly to easily make use of latest features'
}

View File

@ -40,11 +40,11 @@ export let compileGlobStringObject = async (
const absoluteFilePathArray: string[] = plugins.smartpath.transform.toAbsolute(
fileTreeArray,
cwdArg
);
) as string[];
const destDir: string = plugins.smartpath.transform.toAbsolute(
globStringObjectArg[keyArg],
cwdArg
);
) as string;
tsOptionsArg = {
...tsOptionsArg,
outDir: destDir,