Fix: Angular won't compile as it requires typescript < 4.1.0

This commit is contained in:
Amritanshu Agrawal 2020-11-22 10:58:18 +05:30
parent 3f49bea039
commit e8ae39cd7a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
"protractor": "~7.0.0",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"typescript": "~4.0.5"
},
"husky": {
"hooks": {