Skip to content

Commit

Permalink
fix: expand excludes for plugin package (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryCannon authored Jun 7, 2022
1 parent e955ee9 commit 4b604be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"checkJs": true,
"resolveJsonModule": true,
},
"exclude": ["node_modules", "build", "dist", "field-date"]
"exclude": [
"**/node_modules",
"**/build",
"**/dist",
]
}

0 comments on commit 4b604be

Please sign in to comment.