fix: drop obsolete baseUrl and ignoreDeprecations from tsconfig#184
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates the TypeScript compiler path alias configuration in ChangesModule Resolution Alias
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
What
Drop the obsolete
baseUrlandignoreDeprecationsfromtsconfig.json, and make the@/*path tsconfig-relative (*→./src/*).Why
With
moduleResolution: "bundler"(TS 5.0+),baseUrlis no longer required forpaths— they resolve relative to the tsconfig location.ignoreDeprecations: "6.0"only suppressed errors for legacy options (none of which are used here), so it was a no-op. No behavior change;vue-tsc --noEmitpasses clean.BEGIN_COMMIT_OVERRIDE
fix(ui): drop obsolete baseUrl and ignoreDeprecations from tsconfig
END_COMMIT_OVERRIDE
🤖 Generated with Claude Code
Summary by CodeRabbit