Merge pull request #5852 from stephenlautier/gulp-typescript

added new property "typescript" within Params
This commit is contained in:
Masahiro Wakame
2015-09-20 18:33:42 +09:00
+1
View File
@@ -23,6 +23,7 @@ declare module "gulp-typescript" {
sourceRoot?: string;
sortOutput?: boolean;
target?: string;
typescript?: any;
}
interface Project {