Skip to content

Commit 605b24a

Browse files
authored
fix(angular): update typescript to version 4 for ng new (#303)
fixes #302
1 parent 27f2add commit 605b24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-new/shared/_files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"protractor": "~5.4.3",
5858
"ts-node": "~8.3.0",
5959
"tslint": "~6.1.0",
60-
"typescript": "~3.9.0"
60+
"typescript": "~4.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)