How do you turn off the TypeScript compilation in Visual Studio?
-
For the compilation of TypeScript in JavaScript and subsequent miniatures, Gulp is used and I don't need a separate compilation when compiling the project. How do you turn off the compilation when it's assembled?
-
To disable the compilation TypeScript The project assembly uses a parameter
<TypeScriptCompileBlocked>True</TypeScriptCompileBlocked>
Section 1<PropertyGroup>
Project file.csproj
♪