Add new flag TypeScriptExperimentalDecorators

Paul van Brenk 2015-06-05 16:44:36 -07:00
parent 4f72b657af
commit 2269e7f3a1

@ -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 |