single-spa / standalone-single-spa-webpack-plugin

A webpack plugin for running microfrontends in standalone mode.
MIT License
42 stars 8 forks source link

Add type declarations #9

Closed joeldenning closed 3 years ago

joeldenning commented 3 years ago

In order for single-spa-angular to use this, it needs type declarations. We already had the types documented in jsdocs, but weren't publishing them properly for them to be picked up by typescript. This fixes that.