Skip to content

Commit c354261

Browse files
committed
feat: add support for TypeScript 3.1
Angular 7 RC.0 requires TypeScript 3.1+
1 parent e5c4fcb commit c354261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@angular/compiler-cli": "^6.0.0 || ^7.0.0-beta.0",
6060
"tsickle": ">=0.27.3",
6161
"tslib": "^1.9.0",
62-
"typescript": "^2.7.0 || ~3.0.1"
62+
"typescript": ">= 2.7 <3.2"
6363
},
6464
"devDependencies": {
6565
"@angular-devkit/core": "^0.8.0",

0 commit comments

Comments
 (0)