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 |