Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces with same name in separate files are combined #74

Open
matthias-ccri opened this issue Dec 4, 2018 · 0 comments
Open

Interfaces with same name in separate files are combined #74

matthias-ccri opened this issue Dec 4, 2018 · 0 comments

Comments

@matthias-ccri
Copy link

matthias-ccri commented Dec 4, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant