I have a custom build process set up that compiles single-class-per-file TypeScript files into several modules.
I have no need for the TypeScriptCompile build action nor the accompanying javascript files that are attached to the TypeScript file by default.
Is there anyway to remove both by default? As in a new Typescript file should not create any javascript files and the build action shoudl be None.