I currently have a solution with two projects. ServerApp (nodejs NTVS) and BrowserApp (Html Typescript application).
I wish to share classes between both projects and get immediate intellisense.
How to do that ?
PS: for those how know GWT, what I want is similar to the shared project.