You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The PR #1297 creates root TSConfig for packages/*, but it doesn't apply to clients/* as the clients generated by smithy-typescript should be able to work independently. They need not be part of a monorepo setup.
Because of this, the internal dependencies are not navigable in clients as shown in the screenshot
Screenshot
Describe the solution you'd like
Let smithy-typescript emit tsconfig as it wants, but it should be overriden to extend root TSConfig by generate-clients command.
Describe alternatives you've considered
Sticking with individual TSConfig files for clients