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 -2
View File
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"target": "es2023",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,