fix: remove deprecated baseUrl from tsconfig#314
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes.Add |
Addressed Issues:
N/A
Description
Remove deprecated baseUrl compiler option from tsconfig.json.
baseUrl is marked deprecated in TypeScript 6.0 and will stop functioning entirely in TypeScript 7.0 (see ts6 migration). The
@/*path alias continues to resolve correctly via paths alone under moduleResolution: bundlerno functional behaviour changes.
Screenshots/Recordings:
N/A — config-only change.
Functional Verification
This PR is a TypeScript configuration fix. No runtime behavior is affected — all existing functionality remains unchanged.
Checklist
Summary by CodeRabbit