I've seen various answers on how to generally disable TypeScript compilation in Visual Studio. What I have yet to see is how to disable this for specific files. I have a project where some of my coworkers are still using VS's TypeScript, and others are using Webpack. Ideally, eventually we will move completely to one or the other, but for the time being is there an easy way to get VS to not compile specific TypeScript files?
I have already tried setting Build Action to Content. That alone does not seem to be sufficient.
