Skip to content

Commit

Permalink
Use glob patterns instead of RegExps to exclude files.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Dec 13, 2017
1 parent cf11a82 commit 8f8e54c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gen-tsd.json
@@ -1,10 +1,10 @@
{
"exclude": [
"dist/",
"externs/",
"dist/**",
"externs/**",
"gulpfile.js",
"test/",
"util/"
"test/**",
"util/**"
],
"removeReferences": [
"../shadycss/apply-shim.d.ts",
Expand Down

0 comments on commit 8f8e54c

Please sign in to comment.