Skip to content

Commit 6fc285c

Browse files
authored
Exclude index.html from type generation. (#5076)
1 parent 9941451 commit 6fc285c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gen-tsd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"externs/**",
55
"gulpfile.js",
66
"test/**",
7-
"util/**"
7+
"util/**",
8+
"index.html"
89
],
910
"removeReferences": [
1011
"../shadycss/apply-shim.d.ts",

0 commit comments

Comments
 (0)