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'm having two projects. One depends on the other, so I have it linked (using jspm) in occasions when I need to see fast changes when I developing.
The problem occurs with some types used by both projects: jquery for example. TSC complains about duplicates because it is finding jquery on @types/jquery inside the nested project and also finding it on @types/jquery on the main project.
I don't know what is the best way to resolve this problem, my i think it's something not desirable.