Skip to content

Interfaces with same name in separate files are combined #74

Description

@matthias-ccri

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions