console/frontend: remove baseUrl from tsconfig.json

This will be deprecated in TS 6/7.
This commit is contained in:
Vincent Bernat
2025-12-03 05:33:33 +01:00
parent 219fb7e781
commit 260be2327e

View File

@@ -5,7 +5,6 @@
"compilerOptions": {
"composite": true,
"noUncheckedIndexedAccess": false,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}