feat: add support for TypeScript 3.3 (and drop older versions) (#29004)
https://blogs.msdn.microsoft.com/typescript/2019/01/31/announcing-typescript-3-3/ BREAKING CHANGE: TypeScript 3.1 and 3.2 are no longer supported. Please update your TypeScript version to 3.3 PR Close #29004
This commit is contained in:
committed by
Kara Erickson
parent
9a7f5601fa
commit
75748d6044
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||
"typescript": ">=3.1.1 <3.3"
|
||||
"typescript": ">=3.3.3333 <3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0"
|
||||
|
||||
Reference in New Issue
Block a user