Skip to content

chore(tsconfig): remove deprecated baseUrl - #300

Merged
RonenMars merged 1 commit into
mainfrom
chore/tsconfig-remove-baseurl
Jul 12, 2026
Merged

chore(tsconfig): remove deprecated baseUrl#300
RonenMars merged 1 commit into
mainfrom
chore/tsconfig-remove-baseurl

Conversation

@RonenMars

Copy link
Copy Markdown
Owner

Summary

Removes baseUrl (and the now-redundant ignoreDeprecations: "6.0") from tsconfig.json.
baseUrl is deprecated in TypeScript 6 and removed in TypeScript 7 (TS5102); paths resolves relative to the tsconfig file itself without it.

Why

Pre-clears one of the two blockers for the eventual TypeScript 7 bump (#291), and drops config that already warns under our current TS 6.0.3.
ignoreDeprecations: "6.0" only existed to silence the baseUrl deprecation warning, so it is dead once baseUrl is gone.

Test plan

  • tsc --noEmit clean under TS 6.0.3 with baseUrl removed
  • All 135 files importing via the @/ alias still resolve
  • CI: Type check + Lint green

@RonenMars
RonenMars merged commit e905e10 into main Jul 12, 2026
8 checks passed
@RonenMars
RonenMars deleted the chore/tsconfig-remove-baseurl branch July 12, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant