Downgrade typescript to fix build issues

This commit is contained in:
Przemek Więch
2025-01-13 18:14:08 +01:00
parent 41807a7b43
commit 8f5a7cd8e8
2 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
"run-script-os": "^1.1.6",
"start-server-and-test": "^2.0.9",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.7.3"
"typescript": "^4.5.5"
},
"scripts": {
"start": "run-script-os",