fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@gitzone/tsbuild', |   name: '@gitzone/tsbuild', | ||||||
|   version: '2.1.62', |   version: '2.1.63', | ||||||
|   description: 'TypeScript nightly to easily make use of latest features' |   description: 'TypeScript nightly to easily make use of latest features' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -40,11 +40,11 @@ export let compileGlobStringObject = async ( | |||||||
|       const absoluteFilePathArray: string[] = plugins.smartpath.transform.toAbsolute( |       const absoluteFilePathArray: string[] = plugins.smartpath.transform.toAbsolute( | ||||||
|         fileTreeArray, |         fileTreeArray, | ||||||
|         cwdArg |         cwdArg | ||||||
|       ); |       ) as string[]; | ||||||
|       const destDir: string = plugins.smartpath.transform.toAbsolute( |       const destDir: string = plugins.smartpath.transform.toAbsolute( | ||||||
|         globStringObjectArg[keyArg], |         globStringObjectArg[keyArg], | ||||||
|         cwdArg |         cwdArg | ||||||
|       ); |       ) as string; | ||||||
|       tsOptionsArg = { |       tsOptionsArg = { | ||||||
|         ...tsOptionsArg, |         ...tsOptionsArg, | ||||||
|         outDir: destDir, |         outDir: destDir, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user