fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@gitzone/tsbuild', | ||||
|   version: '2.1.64', | ||||
|   version: '2.1.65', | ||||
|   description: 'TypeScript nightly to easily make use of latest features' | ||||
| } | ||||
|   | ||||
| @@ -7,7 +7,7 @@ export const runCli = async () => { | ||||
|   /** | ||||
|    * the standard task compiles anything in ts/ directory to dist directory | ||||
|    */ | ||||
|   tsbuildCli.standardTask().subscribe(async (argvArg) => { | ||||
|   tsbuildCli.standardCommand().subscribe(async (argvArg) => { | ||||
|     tsbuild.compileGlobStringObject( | ||||
|       { | ||||
|         './ts/**/*.ts': './dist_ts', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user