module-federation / FMR-issues

a place to file issues related to FMR plugin
2 stars 0 forks source link

Missing type definitions #3

Open Indimeco opened 3 years ago

Indimeco commented 3 years ago

Hi,

I have some webpack configurations in typescript.

The fmr package does not have its own type definition at the moment and there is no community package via DefinitelyTyped. This means Typescript will throw with cannot find a declaration file for module '@module federation/fmr'.

On the consumer side this can be worked around by creating a local declaration file.

Will you create and maintain your own types or should we create the community version?