fix(core): Minor improvements and optimizations in core TypeScript compiler integration.
This commit is contained in:
		| @@ -1,5 +1,14 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-06-24 - 2.1.82 - fix(core) | ||||
| Minor improvements and optimizations in core TypeScript compiler integration. | ||||
|  | ||||
| - Updated TypeScript dependency to latest version 5.5.2. | ||||
| - Enhanced logging in compiler process. | ||||
| - Improved handling of CLI commands for better flexibility. | ||||
| - Compiled output directories are now more structured. | ||||
| - Refactored internal compiler options merge function. | ||||
|  | ||||
| ## 2024-06-24 - 2.1.81 - fix(dependencies) | ||||
| Update dependencies to latest versions | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsbuild', | ||||
|   version: '2.1.81', | ||||
|   version: '2.1.82', | ||||
|   description: 'TypeScript nightly to easily make use of latest features' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user