Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Last active May 22, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save squadwuschel/9b460dcfac8f50baca571d2dacfcfc36 to your computer and use it in GitHub Desktop.
Save squadwuschel/9b460dcfac8f50baca571d2dacfcfc36 to your computer and use it in GitHub Desktop.
Visual Studio 2015 TypeScript Settings inkl. Setting zum deaktivieren von Kompilations
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptJSXEmit>None</TypeScriptJSXEmit>
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
<TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
<TypeScriptModuleKind />
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
<TypeScriptOutFile />
<TypeScriptOutDir />
<TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
<TypeScriptSourceMap>True</TypeScriptSourceMap>
<TypeScriptMapRoot />
<TypeScriptSourceRoot />
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment