Skip to content

chore: drop deprecated baseUrl from tsconfig#50

Merged
KaladinX merged 1 commit into
mainfrom
chore/drop-tsconfig-baseurl
Jun 10, 2026
Merged

chore: drop deprecated baseUrl from tsconfig#50
KaladinX merged 1 commit into
mainfrom
chore/drop-tsconfig-baseurl

Conversation

@KaladinX

Copy link
Copy Markdown
Collaborator

TypeScript 6 deprecates baseUrl (TS5101, removed in TS 7) — it's what fails CI on the typescript 6.x Dependabot bump. The paths entries here are already relative (./*), which since TS 4.1 resolves against the tsconfig location without baseUrl, and a grep shows no bare baseUrl-style imports — everything uses the @/ alias. So removing the option is behavior-neutral on TS 5.9 and unblocks TS 6.

🤖 Generated with Claude Code

Problem: TypeScript 6 deprecates the baseUrl compiler option (error
TS5101) and will remove it in TS 7. This is what fails CI on the
Dependabot PR bumping typescript to 6.x.

Change: remove baseUrl. The paths entries are already written relative
('./*'), and since TS 4.1 paths resolves relative to the tsconfig file
without baseUrl. No imports rely on baseUrl-style bare specifiers
(verified by grep); everything uses the @/ alias.

Why: works identically on the current TS 5.9 and unblocks the TS 6
upgrade.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploy Preview for classy-clafoutis-ff4fd0 ready!

Name Link
🔨 Latest commit 81e884b
🔍 Latest deploy log https://app.netlify.com/projects/classy-clafoutis-ff4fd0/deploys/6a29dd56d2f23100080b3b2b
😎 Deploy Preview https://deploy-preview-50--classy-clafoutis-ff4fd0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploy Preview for codex-documentation ready!

Name Link
🔨 Latest commit 81e884b
🔍 Latest deploy log https://app.netlify.com/projects/codex-documentation/deploys/6a29dd5667d4980009c13841
😎 Deploy Preview https://deploy-preview-50--codex-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@KaladinX KaladinX merged commit 62d9cc0 into main Jun 10, 2026
10 checks passed
@KaladinX KaladinX deleted the chore/drop-tsconfig-baseurl branch June 10, 2026 21:57
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