Skip to content

Commit

Permalink
fix: support TypeScript 4.2 for Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
anh.pham committed Jan 16, 2023
1 parent 1e8951f commit 8b59e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b59e79

Please sign in to comment.