From 3b63baa748cb404978fcba7764e17ac20a352b79 Mon Sep 17 00:00:00 2001 From: rotozoom Date: Tue, 16 Feb 2016 15:53:10 -0800 Subject: [PATCH] Fixed bug with CoverageOptions Fixed bug with CoverageOptions --- gulp-istanbul/gulp-istanbul.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-istanbul/gulp-istanbul.d.ts b/gulp-istanbul/gulp-istanbul.d.ts index d917d64b1..a20a2179c 100644 --- a/gulp-istanbul/gulp-istanbul.d.ts +++ b/gulp-istanbul/gulp-istanbul.d.ts @@ -49,7 +49,7 @@ declare module "gulp-istanbul" { interface ThresholdOptions { coverageVariable?: string; - thresholds?: { global?: Coverage|number; each?: Coverage|number }; + thresholds?: { global?: CoverageOptions|number; each?: CoverageOptions|number }; } interface CoverageOptions {