Upgraded typescript and tslint version and fixed query type error.

This commit is contained in:
softsimon
2020-07-24 19:38:39 +07:00
parent eb4d9d8d52
commit 073f75ec48
3 changed files with 1271 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
"@types/express": "^4.17.2",
"@types/request": "^2.48.2",
"@types/ws": "^6.0.4",
"tslint": "^5.11.0",
"typescript": "^3.6.4"
"tslint": "~6.1.0",
"typescript": "~3.9.7"
}
}