Skip to content

chore(web): simplify web tsconfig, drop redundant baseUrl#32

Merged
Rowee13 merged 1 commit intomainfrom
fix/web-tsconfig
Apr 15, 2026
Merged

chore(web): simplify web tsconfig, drop redundant baseUrl#32
Rowee13 merged 1 commit intomainfrom
fix/web-tsconfig

Conversation

@Rowee13
Copy link
Copy Markdown
Owner

@Rowee13 Rowee13 commented Apr 15, 2026

baseUrl was "." which is the default anchor for paths in TypeScript 5.0+, so removing it changes nothing at resolution time while making the config less noisy. Formatting also normalized (4-space indent, compacted arrays).

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test coverage improvement

Related Issues

Closes #

Changes Made

Screenshots (if applicable)

Testing

  • All existing tests pass
  • Added new tests for the changes
  • Tested locally

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes

baseUrl was "." which is the default anchor for paths in
TypeScript 5.0+, so removing it changes nothing at resolution
time while making the config less noisy. Formatting also
normalized (4-space indent, compacted arrays).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Rowee13 Rowee13 merged commit 381f22b into main Apr 15, 2026
5 checks passed
@Rowee13 Rowee13 deleted the fix/web-tsconfig branch April 15, 2026 10:47
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