From 41ef01998a31c0e5a2463c810fea5eb4216d1455 Mon Sep 17 00:00:00 2001 From: Jamison Greeley Date: Thu, 17 Dec 2015 15:29:24 -0700 Subject: [PATCH] gulp-jade -- better representation of `pretty` --- gulp-jade/gulp-jade.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-jade/gulp-jade.d.ts b/gulp-jade/gulp-jade.d.ts index c5594a879..221a14db0 100644 --- a/gulp-jade/gulp-jade.d.ts +++ b/gulp-jade/gulp-jade.d.ts @@ -27,7 +27,7 @@ declare module "gulp-jade" { * If a string is specified, that will be used as * indentation instead (e.g. '\t'). */ - pretty?: any; + pretty?: boolean|string; /** * Use a self namespace to hold the locals (false by default)