Created
July 11, 2016 19:10
-
-
Save JudahGabriel/4d6d6aa8c281936abfe3c40c440587ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> | |
<TypeScriptTarget>ES5</TypeScriptTarget> | |
<TypeScriptJSXEmit>None</TypeScriptJSXEmit> | |
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled> | |
<TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny> | |
<TypeScriptModuleKind>None</TypeScriptModuleKind> | |
<TypeScriptRemoveComments>False</TypeScriptRemoveComments> | |
<TypeScriptOutFile /> | |
<TypeScriptOutDir /> | |
<TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations> | |
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError> | |
<TypeScriptSourceMap>False</TypeScriptSourceMap> | |
<TypeScriptMapRoot /> | |
<TypeScriptSourceRoot /> | |
<!-- Add this line to enable strict null checks--> | |
<TypeScriptStrictNullChecks>True</TypeScriptStrictNullChecks> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment