mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 23:07:27 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user