Skip to content

Interfaces with same name in separate files are combined #74

@matthias-ccri

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions