mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
feat(@angular/cli): update TypeScript version check for Angular 6.0
This commit is contained in:
parent
ab8ceb2a7d
commit
2ee7e9cd5a
@ -171,7 +171,8 @@ export class Version {
|
||||
{ compiler: '>=4.0.0 <5.0.0', typescript: '>=2.1.0 <2.4.0' },
|
||||
{ compiler: '>=5.0.0 <5.1.0', typescript: '>=2.4.2 <2.5.0' },
|
||||
{ compiler: '>=5.1.0 <5.2.0', typescript: '>=2.4.2 <2.6.0' },
|
||||
{ compiler: '>=5.2.0 <6.0.0', typescript: '>=2.4.2 <2.7.0' }
|
||||
{ compiler: '>=5.2.0 <6.0.0', typescript: '>=2.4.2 <2.7.0' },
|
||||
{ compiler: '>=6.0.0-beta.0 <7.0.0', typescript: '>=2.7.0 <2.8.0' },
|
||||
];
|
||||
|
||||
const currentCombo = versionCombos.find((combo) => satisfies(compilerVersion, combo.compiler));
|
||||
|
Loading…
x
Reference in New Issue
Block a user