Skip to content

chore: drop deprecated baseUrl from tsconfig#20

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

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

Conversation

@KaladinX

Copy link
Copy Markdown
Contributor

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>
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
langquest-documentation Ready Ready Preview, Comment Jun 10, 2026 9:56pm

Request Review

@netlify

netlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploy Preview for langquestdocs ready!

Name Link
🔨 Latest commit 3933451
🔍 Latest deploy log https://app.netlify.com/projects/langquestdocs/deploys/6a29dd5aad4fba0008b32fc4
😎 Deploy Preview https://deploy-preview-20--langquestdocs.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 scintillating-cassata-b68512 ready!

Name Link
🔨 Latest commit 3933451
🔍 Latest deploy log https://app.netlify.com/projects/scintillating-cassata-b68512/deploys/6a29dd5ac61b8a0008fe9ecd
😎 Deploy Preview https://deploy-preview-20--scintillating-cassata-b68512.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 7b0e135 into main Jun 10, 2026
12 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