From 6fc285c429350f6ecb006d839637ac1dc7515a9c Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Tue, 30 Jan 2018 15:54:54 -0800 Subject: [PATCH] Exclude index.html from type generation. (#5076) --- gen-tsd.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen-tsd.json b/gen-tsd.json index 318edec86b..ac04463921 100644 --- a/gen-tsd.json +++ b/gen-tsd.json @@ -4,7 +4,8 @@ "externs/**", "gulpfile.js", "test/**", - "util/**" + "util/**", + "index.html" ], "removeReferences": [ "../shadycss/apply-shim.d.ts",