Remove deprecated baseUrl from client tsconfig
Build & Push / Test (client) (push) Failing after 7m24s
Build & Push / Build Client (push) Has been skipped
Build & Push / Test (server) (push) Failing after 31s
Build & Push / Build Server (push) Has been skipped

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 16:45:09 -04:00
parent 7253068fee
commit 8c2139f6a6
-1
View File
@@ -15,7 +15,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}