Cross-project references between two projects

后端 未结 8 1253
故里飘歌
故里飘歌 2020-12-01 07:55

Is it possible to make a reference between two TypeScript projects? Assume we have the following project structure:

8条回答
  •  鱼传尺愫
    2020-12-01 08:17

    I just want to add to the answer of David Sherret that the lib files to the TypedApp project could be added as Link files instead of depending on post build events. I'm having some issues with post build events in big solutions with a lot of projects, and the link files are now working ok for me. (I cannot add a comment to the answer because I only have 35 reputation points).

提交回复
热议问题