Add new flag TypeScriptExperimentalDecorators

This commit is contained in:
Paul van Brenk 2015-06-05 16:44:36 -07:00
Родитель 4f72b657af
Коммит 2269e7f3a1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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