My front-end work involves two projects where JavaScript objects from Project 1 are utilized in Project 2.
As of now, I have included all the types and methods available in Project 1 into the index.d.ts file of Project 2.
However, if I happen to modify a method signature in Project 1 and upgrade it to an Interface, I am unsure how to reflect that change in the index.d.ts file of Project 2.
I typically use Visual Studio Code and maintain a single workspace for both projects.