chore: remove deprecated baseUrl from tsconfig

This commit is contained in:
2026-08-02 21:07:18 -04:00
parent 0fd27716af
commit 51edf5f297
-1
View File
@@ -2,7 +2,6 @@
"extends": "astro/tsconfigs/strict", "extends": "astro/tsconfigs/strict",
"compilerOptions": { "compilerOptions": {
"strictNullChecks": true, "strictNullChecks": true,
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },