From 5fd34fe3e2ac3945694ebb08cc502fb61b510037 Mon Sep 17 00:00:00 2001 From: Stephen Lautier Date: Thu, 17 Sep 2015 01:53:52 +0200 Subject: [PATCH] added new property "typescript" within Params --- 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 da517a511b..7b16d0a5a2 100644 --- a/gulp-typescript/gulp-typescript.d.ts +++ b/gulp-typescript/gulp-typescript.d.ts @@ -23,6 +23,7 @@ declare module "gulp-typescript" { sourceRoot?: string; sortOutput?: boolean; target?: string; + typescript?: any; } interface Project {