chore: remove baseUrl from TypeScript configuration files

This commit is contained in:
Jonas Perusquia Morales
2026-03-24 13:59:05 -06:00
parent d206c38d87
commit 237b42bb9c
6 changed files with 6 additions and 12 deletions
-1
View File
@@ -20,7 +20,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}