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
@@ -23,7 +23,6 @@
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"bknd": ["../app/src/index.ts"],
"bknd/*": ["../app/src/*"]