fix(frontend): remove deprecated baseUrl for TypeScript 6 compatibility (#705)

This commit is contained in:
Will Pfleger
2026-05-21 17:40:54 -04:00
committed by GitHub
parent d4f55cee3c
commit 6fe557852c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
-1
View File
@@ -5,7 +5,6 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},