fix(ts): follow up TypeScript 6 migration (moduleResolution + explicit types)#210
fix(ts): follow up TypeScript 6 migration (moduleResolution + explicit types)#210dtoxvanilla1991 wants to merge 2 commits intokinde-oss:mainfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
moduleResolution: NodewithmoduleResolution: BundlernodeandchromeWhy
TS 6 treats legacy Node module resolution as deprecated and errors during build/typecheck. This caused CI/build risk after the TS 6 version bump.
Validation
All checks passed locally.