GlobalComponents interface conflict #10219
Unanswered
x900603
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have many main project MainA, MainB, MainC ......
and many package project PackageA, PackageB, PackageC ......
I use GlobalComponents interface for typescript support like
PackageA index.d.ts
PackageB index.d.ts
MainA
In every package project
But they will cover each other
Only one will take effect at the same time
How can I resolve it
Or should I write it in another way?
Beta Was this translation helpful? Give feedback.
All reactions