From 2269e7f3a1dc05af64643162ac4e5aa07d67ceeb Mon Sep 17 00:00:00 2001 From: Paul van Brenk Date: Fri, 5 Jun 2015 16:44:36 -0700 Subject: [PATCH] Add new flag TypeScriptExperimentalDecorators --- Setting-Compiler-Options-in-MSBuild-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Setting-Compiler-Options-in-MSBuild-projects.md b/Setting-Compiler-Options-in-MSBuild-projects.md index 887597c..784f6b6 100644 --- a/Setting-Compiler-Options-in-MSBuild-projects.md +++ b/Setting-Compiler-Options-in-MSBuild-projects.md @@ -25,6 +25,7 @@ Compiler Option | MSBuild Property Name | Allowed Values --charset | TypeScriptCharset | --emitBOM | TypeScriptEmitBOM | boolean --emitDecoratorMetadata | TypeScriptEmitDecoratorMetadata | boolean +--experimentalDecorators | TypeScriptExperimentalDecorators | boolean --inlineSourceMap | TypeScriptInlineSourceMap | boolean --inlineSources | TypeScriptInlineSources| boolean --locale | Automatically set to PreferredUILang value |