Is it possible to make a reference between two TypeScript projects? Assume we have the following project structure:
If you are compiling with the --out
parameter you can simply reference Module1.ts from Module2.ts using ///
What visual studio language services sees available (which is everything) is different from what you compile and actually have available at runtime.