🗑️(frontend) remove vite-tsconfig-paths dependency

Uninstall `vite-tsconfig-paths` as path resolution is now supported
natively by Vite's built-in configuration.

Remove the unused dependency and simplify the frontend tooling setup.
This commit is contained in:
lebaudantoine
2026-06-04 12:56:13 +02:00
committed by aleb_the_flash
parent a01f0256a1
commit 8c3d1bdd95
3 changed files with 5 additions and 64 deletions
+1 -2
View File
@@ -67,7 +67,6 @@
"typescript": "6.0.3",
"typescript-eslint": "8.60.1",
"vite": "8.0.14",
"vite-plugin-svgr": "5.2.0",
"vite-tsconfig-paths": "6.1.1"
"vite-plugin-svgr": "5.2.0"
}
}