From 4a9d8fb8c917418941887dd8ba9961dacc5bfd27 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 27 Oct 2017 09:17:38 -0400 Subject: [PATCH] Add --strict compiler option in msbuild The `--strict` flag was added in https://github.com/Microsoft/TypeScript/pull/14486 --- pages/Compiler Options in MSBuild.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Compiler Options in MSBuild.md b/pages/Compiler Options in MSBuild.md index dce0cf536..afc8f403f 100644 --- a/pages/Compiler Options in MSBuild.md +++ b/pages/Compiler Options in MSBuild.md @@ -84,6 +84,7 @@ Compiler Option | MSBuild Property Name `--skipDefaultLibCheck` | TypeScriptSkipDefaultLibCheck | boolean `--sourceMap` | TypeScriptSourceMap | File path `--sourceRoot` | TypeScriptSourceRoot | File path +`--strict` | TypeScriptStrict | boolean `--strictFunctionTypes` | TypeScriptStrictFunctionTypes | boolean `--strictNullChecks` | TypeScriptStrictNullChecks | boolean `--stripInternal` | TypeScriptStripInternal | boolean