From 8b59e798b565679a26945d95e0539685cfc62a3c Mon Sep 17 00:00:00 2001 From: "anh.pham" Date: Mon, 16 Jan 2023 18:24:20 +0100 Subject: [PATCH] fix: support TypeScript 4.2 for Angular 12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec3460d686..61a3d76012 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@angular/core": ">=12.2.16 <16.0.0", "@angular/platform-browser-dynamic": ">=12.2.16 <16.0.0", "jest": "^28.0.0", - "typescript": ">=4.4" + "typescript": ">=4.2" }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.0",