Merge pull request #7728 from Xyphox/master

Added experimentalDecorators option. Needed for Angular 2.
This commit is contained in:
Masahiro Wakame
2016-01-25 11:38:32 +09:00
+1
View File
@@ -30,6 +30,7 @@ declare module "gulp-typescript" {
jsx?: string;
declaration?: boolean;
emitDecoratorMetadata?: boolean;
experimentalDecorators?: boolean;
experimentalAsyncFunctions?: boolean;
moduleResolution?: string;
noEmitHelpers?: boolean;