Our customer has requested that we have two separate applications (with navigation from appA to appB) in one single package for easier deployment.
However, we face a challenge as one section is coded in typescript with jQuery and the other is built in Angular.
Is there a way to combine both using only one tsconfig file? Are there any possibilities to specify different tsconfig paths for each app?
For example: tsconfig1.json -> appA tsconfig2.json -> appB