I am currently working on a project that involves using both project references and custom transformers. The issue I am facing is that project references require the use of TSC for incremental compilation, but when TSC is used, the transformers are not applied.
Is there a recommended solution to this dilemma that does not involve re-implementing TSC?