fix: tsx not working (#434)

* fix: tsx not working

* fix: format issues
This commit is contained in:
Meier Lukas
2024-05-04 20:58:30 +02:00
committed by GitHub
parent b1e065f1da
commit 5abd438a49
3 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsx": "^4.9.1",
"tsx": "4.9.0",
"typescript": "^5.4.5"
},
"eslintConfig": {

View File

@@ -37,7 +37,7 @@
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsx": "^4.9.1",
"tsx": "4.9.0",
"typescript": "^5.4.5"
},
"eslintConfig": {