Skip to content

chore(config): remove unused @/* path alias from tsconfig#640

Draft
urjitc wants to merge 1 commit into
mainfrom
tracer/thinkex-production--investigation--ef758141-4f13-49ac-b1a8-8434ec935669
Draft

chore(config): remove unused @/* path alias from tsconfig#640
urjitc wants to merge 1 commit into
mainfrom
tracer/thinkex-production--investigation--ef758141-4f13-49ac-b1a8-8434ec935669

Conversation

@urjitc

@urjitc urjitc commented Jul 14, 2026

Copy link
Copy Markdown
Member

This is a Tracer end-to-end test drill and not a response to a real incident.

What changed

Removed the unused "@/*": ["./src/*"] path alias from tsconfig.json. The entire codebase already imports via "#/*", so "@/*" is dead configuration.

Why

  • Simplifies paths to a single, actively used alias (#/*).
  • Eliminates a misleading, unused entry that could cause confusion or tooling drift.
  • Zero behavioral change.

Verification

  • Confirmed no source file imports via "@/ (grep across src).
  • npx vitest run --config vitest.config.ts → 10 test files, 31 tests passed.
  • npx tsc --noEmit --pretty → clean compile with no errors.

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Review in cubic

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cabeeb16-2ce2-47ad-8722-074a06ff1cae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch tracer/thinkex-production--investigation--ef758141-4f13-49ac-b1a8-8434ec935669

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant