Skip to content

chore(tsconfig): update path aliases for migrated packages to point to src/index.ts#428

Merged
charlesmulder merged 1 commit intoRedHatInsights:mainfrom
charlesmulder:RHCLOUD-45352
Feb 24, 2026
Merged

chore(tsconfig): update path aliases for migrated packages to point to src/index.ts#428
charlesmulder merged 1 commit intoRedHatInsights:mainfrom
charlesmulder:RHCLOUD-45352

Conversation

@charlesmulder
Copy link
Contributor

@charlesmulder charlesmulder commented Feb 23, 2026

https://issues.redhat.com/browse/RHCLOUD-45352

Several packages (config-manager, entitlements, notifications, remediations) were previously restructured to generate their output into a src/ subdirectory rather than the package root. However, the TypeScript path aliases in tsconfig.base.json were not updated to reflect this change, causing resolution to fail when these packages are referenced as local path aliases in a monorepo context.

This PR corrects the path aliases for all four affected packages to point to src/index.ts, bringing them in line with other already-migrated packages (e.g. integrations-client, rbac-client) that had their aliases updated previously.

@charlesmulder charlesmulder merged commit 39cd7e2 into RedHatInsights:main Feb 24, 2026
9 checks passed
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.

2 participants