-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
first of all, I really love your plugin. Types really don't have much support in Module Federation and this plugin of yours is really the best out there. I really appreciate your job and wanted to thank you for making it available to everyone.
I'd like to ask you for help. When I updated my TS version to >= 5.4.0, some of my types just started to generate as "any". I noticed log saying "Parsed tsconfig compiler options for TypeScript >= 5.4", but I really don't know what changed in this version which could cause this behaviour.
I don't know if it is caused by your plugin or TS itself, but I'd say that if previous version of TS managed to generate my types, new version should not just generate it as "any" and loose all context.
For testing purpouses, I extracted one of those problematic components into separate repository, so you can inspect it: https://github.com/vertozyp/TS-types-generation
Could you pleas help me resolve this problem?