chore: add typescript dev dependency for eslint TS parsing

This commit is contained in:
Julien Calixte
2026-05-27 22:23:44 +02:00
parent c13f3deeff
commit d8ff2c75c9
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"eslint": "^10.4.0",
"happy-dom": "^20.9.0",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
}
}