feat: update to TypeScript 5; reorganize deps

This commit is contained in:
Dragory 2023-04-29 21:07:18 +03:00
parent 658300fcac
commit fd60a09947
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
5 changed files with 324 additions and 348 deletions

View file

@ -13,9 +13,10 @@
"lint-staged": "^9.4.2",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"tsc-watch": "^6.0.4",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.9.5"
"typescript": "^5.0.4"
},
"husky": {
"hooks": {