m-nathani / craco-plugin-micro-frontend

Convert your CRA project into a node library application without ejecting or losing update support of react-scripts
MIT License
4 stars 0 forks source link

Typescript compatibility issue ,Types are not Generated in Build #2

Open Miteshdv opened 1 year ago

Miteshdv commented 1 year ago

It seems the build generated from this library doesn’t generate .d.ts (Types) for the project , so we cannot use final build in any Typescript file. Any suggestions please for this issue?

Thanks

m-nathani commented 1 year ago

@Miteshdv Hey love an PR for this if you have time...

What i am assuming to find a webpack plugin that would generate .d.ts file for our source code..