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?
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?