Skip to content

fix: remove baseUrl, use relative imports#990

Merged
ogonkov merged 1 commit into
masterfrom
fix/ts_build
Jul 15, 2026
Merged

fix: remove baseUrl, use relative imports#990
ogonkov merged 1 commit into
masterfrom
fix/ts_build

Conversation

@ogonkov

@ogonkov ogonkov commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

baseUrl lets TS resolve non-relative imports relative to it, but tsc does not rewrite these paths in emitted .d.ts files, breaking type resolution for consumers.

Description

Related issue: #(issue number)

`baseUrl` lets TS resolve non-relative imports relative to it, but
tsc does not rewrite these paths in emitted `.d.ts` files, breaking
type resolution for consumers.
@ogonkov ogonkov requested review from a team and diplodoc-bot as code owners July 15, 2026 17:07
@ogonkov ogonkov requested review from Yurok868 and reazy015 and removed request for a team July 15, 2026 17:07
@sonarqubecloud

Copy link
Copy Markdown

@yc-ui-bot

Copy link
Copy Markdown
Contributor

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
189 169 0 20 0 1 1m 57s

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

@ogonkov ogonkov merged commit 0ca6c41 into master Jul 15, 2026
9 checks passed
@ogonkov ogonkov deleted the fix/ts_build branch July 15, 2026 21:15
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.

3 participants