Added experimentalDecorators option. Needed for Angular 2.

This commit is contained in:
RVassar
2016-01-21 22:15:35 -08:00
parent 4a8a2ed5c3
commit 960fd659b4

View File

@@ -30,6 +30,7 @@ declare module "gulp-typescript" {
jsx?: string;
declaration?: boolean;
emitDecoratorMetadata?: boolean;
experimentalDecorators?: boolean;
experimentalAsyncFunctions?: boolean;
moduleResolution?: string;
noEmitHelpers?: boolean;