You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst we can build component libraries using --target lib, if these components are built and consumed in Typescript projects they are missing their types.
A workaround is to modify the webpack configuration but I'm sure this is a common use case to warrant this being either the default behavior or at the very least having an option to enable it.
What problem does this feature solve?
Whilst we can build component libraries using
--target lib
, if these components are built and consumed in Typescript projects they are missing their types.A workaround is to modify the webpack configuration but I'm sure this is a common use case to warrant this being either the default behavior or at the very least having an option to enable it.
What does the proposed API look like?
N/A
The text was updated successfully, but these errors were encountered: