From 960fd659b456e2fb5d23c52794ffdc56b09796cf Mon Sep 17 00:00:00 2001 From: RVassar Date: Thu, 21 Jan 2016 22:15:35 -0800 Subject: [PATCH] Added experimentalDecorators option. Needed for Angular 2. --- gulp-typescript/gulp-typescript.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp-typescript/gulp-typescript.d.ts b/gulp-typescript/gulp-typescript.d.ts index d51a3122e0..690f20c30d 100644 --- a/gulp-typescript/gulp-typescript.d.ts +++ b/gulp-typescript/gulp-typescript.d.ts @@ -30,6 +30,7 @@ declare module "gulp-typescript" { jsx?: string; declaration?: boolean; emitDecoratorMetadata?: boolean; + experimentalDecorators?: boolean; experimentalAsyncFunctions?: boolean; moduleResolution?: string; noEmitHelpers?: boolean;