mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-10 22:01:16 +00:00
fix: add baseUrl to tsconfig for path alias resolution in CI
tsc requires baseUrl to be set for paths mapping to work. Without it, @/* path aliases are silently ignored during standalone tsc --noEmit, causing TS2307 errors for @/generated/prisma imports in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"name": "next"
|
||||
}
|
||||
],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user