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
but dts-bundle-generator gives me error saying it cannot find the imports in my library code
can you share what exactly does not work? I just tried the latest version of typescript simply adding ${configDir} in the config and it seems working fine (similar to the link you shared). If you have a minimal repro of your issue it would be much appreciated.
Bug report
Hello! Recently, ts 5.5 was announced in beta with new feature https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/#the-configdir-template-variable-for-configuration-files
This lets us share tsconfig across packages, and I wanted to use it for my monorepo, but dts-bundle-generator gives me error saying it cannot find the imports in my library code. I think it's because the dependency isn't correct? I'm not sure what the standard way is to solve it here, I can think of perhaps 2 ways:
For reference I used with typescript ver: "5.5.0-dev.20240518",
shared config: https://github.com/Esposter/Esposter/tree/shared-configuration/packages/configuration
usage: https://github.com/Esposter/Esposter/blob/shared-configuration/packages/shared/tsconfig.build.json
The text was updated successfully, but these errors were encountered: