From a2425a2aae5291965d6a583bbca281f61eeec62a Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 31 Mar 2015 01:09:17 -0700 Subject: [PATCH] Moved "Not supported in VS" options to the bottom of the table. --- Setting-Compiler-Options-in-MSBuild-projects.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Setting-Compiler-Options-in-MSBuild-projects.md b/Setting-Compiler-Options-in-MSBuild-projects.md index 5dad8da..be89001 100644 --- a/Setting-Compiler-Options-in-MSBuild-projects.md +++ b/Setting-Compiler-Options-in-MSBuild-projects.md @@ -22,15 +22,10 @@ Compiler Option | MSBuild Property Name | Allowed Values --declaration | TypeScriptGeneratesDeclarations | boolean --module | TypeScriptModuleKind | AMD or CommonJs --target | TypeScriptTarget | ES3, ES5 or ES6 ---project | Not supported in VS | ---watch | Not supported in VS | ---charset | TypeScriptCharset | ---diagnostics | Not supported in VS | ---emitBOM | TypeScriptEmitBOM | boolean ---listFiles | Not supported in VS | +--charset | TypeScriptCharset | +--emitBOM | TypeScriptEmitBOM | boolean --locale | Automatically set to PreferredUILang value | ---mapRoot | TypeScriptMapRoot | File path ---noEmit | Not supported in VS | +--mapRoot | TypeScriptMapRoot | File path --noEmitOnError | TypeScriptNoEmitOnError | boolean --noImplicitAny | TypeScriptNoImplicitAny | boolean --noLib | TypeScriptNoLib | boolean @@ -42,4 +37,8 @@ Compiler Option | MSBuild Property Name | Allowed Values --sourceMap | TypeScriptSourceMap | File path --sourceRoot | TypeScriptSourceRoot | File path --suppressImplicitAnyIndexErrors | TypeScriptSuppressImplicitAnyIndexErrors | boolean - +--project | *Not supported in VS* | +--watch | *Not supported in VS* | +--diagnostics | *Not supported in VS* | +--listFiles | *Not supported in VS* | +--noEmit | *Not supported in VS* |