Skip to content

Conversation

@JordanCoin
Copy link
Owner

Resolves imports using path aliases configured in tsconfig.json
and jsconfig.json (e.g., @modules/auth, @shared/utils).

  • Reads compilerOptions.paths and baseUrl from tsconfig.json
  • Supports extends inheritance from parent configs
  • Handles wildcard patterns (e.g., @modules/*) and exact aliases
  • Falls back gracefully when no config present

Resolves imports using path aliases configured in tsconfig.json
and jsconfig.json (e.g., @modules/auth, @shared/utils).

- Reads compilerOptions.paths and baseUrl from tsconfig.json
- Supports extends inheritance from parent configs
- Handles wildcard patterns (e.g., @modules/*) and exact aliases
- Falls back gracefully when no config present
@JordanCoin JordanCoin merged commit 8e4ed4a into main Dec 16, 2025
12 checks passed
@JordanCoin JordanCoin deleted the claude/fix-deps-flag-1m0Ny branch December 16, 2025 03:38
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