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
I have separate files that define private interfaces of the same name. By "private" I mean not exported.
dts-bundle puts them all in one file, where all the IProps interfaces combine into one mega-interface, which is bad news, since they're supposed to be different interfaces.
Do I have to give all my interfaces globally unique names?
(Using outputAsModuleFolder: true)
The text was updated successfully, but these errors were encountered:
I have separate files that define private interfaces of the same name. By "private" I mean not exported.
dts-bundle puts them all in one file, where all the
IProps
interfaces combine into one mega-interface, which is bad news, since they're supposed to be different interfaces.Do I have to give all my interfaces globally unique names?
(Using
outputAsModuleFolder: true
)The text was updated successfully, but these errors were encountered: