help during development by showing typescript errors for the whole project

This commit is contained in:
Athou
2024-09-11 14:44:02 +02:00
parent 6634cfb991
commit f3b806686d
3 changed files with 425 additions and 13 deletions

View File

@@ -51,7 +51,6 @@
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
"tss-react": "^4.9.13",
"vite-plugin-biome": "^1.0.12",
"websocket-heartbeat-js": "^1.1.3"
},
"devDependencies": {
@@ -72,6 +71,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-checker": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vitest-mock-extended": "^2.0.2"