Upgrade to latest typescript

Otherwise the build keeps failing for me as tsc won't compile anymore.

Not sure why things work on CI/for asher but I don't think this will
cause any additional issues.
This commit is contained in:
Anmol Sethi
2020-08-26 07:50:51 -04:00
parent e8ac0d33f9
commit 6539dd4dbe
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"ts-node": "^8.4.1",
"typescript": "3.7.2"
"typescript": "4.0.2"
},
"resolutions": {
"@types/node": "^12.12.7",