added new property "typescript" within Params

This commit is contained in:
Stephen Lautier
2015-09-17 01:53:52 +02:00
parent 5f48028783
commit 5fd34fe3e2

View File

@@ -23,6 +23,7 @@ declare module "gulp-typescript" {
sourceRoot?: string;
sortOutput?: boolean;
target?: string;
typescript?: any;
}
interface Project {