Skip to content

Commit 4f48e81

Browse files
committed
fix(npm): downgrade typescript to 3.6.5 for Angular v8 compatibility
Fixes #1168
1 parent 81ae829 commit 4f48e81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tsickle": "^0.35.0",
4646
"tslib": "^1.10.0",
4747
"tslint": "^5.20.1",
48-
"typescript": "3.7.5"
48+
"typescript": "3.6.5"
4949
},
5050
"config": {
5151
"commitizen": {

0 commit comments

Comments
 (0)