Upgrade TypeScript to 4.4 and adapt code

This commit is contained in:
Simon Warta
2021-11-24 13:26:36 +01:00
parent bb1b93f749
commit 28ddfeb45c
30 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
"source-map-support": "^0.5.19",
"ts-node": "^8",
"typedoc": "^0.21",
"typescript": "~4.3",
"typescript": "~4.4",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}