feat(@schematics/angular): generate new projects with TypeScript 4.1

This commit is contained in:
Charles Lyding 2020-11-20 14:42:11 -05:00 committed by Charles
parent 8d92a7cbf0
commit 774cd52dd0

View File

@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '~11.1.0-next.1',
RxJs: '~6.6.0',
ZoneJs: '~0.11.3',
TypeScript: '~4.0.2',
TypeScript: '~4.1.2',
TsLib: '^2.0.0',
// The versions below must be manually updated when making a new devkit release.