diff --git a/.changeset/neat-carpets-roll.md b/.changeset/neat-carpets-roll.md index dd256da..2c33cb4 100644 --- a/.changeset/neat-carpets-roll.md +++ b/.changeset/neat-carpets-roll.md @@ -2,4 +2,4 @@ 'tsconfck': patch --- -fix(glob-matching): add implicit `\*\*/\*` to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/\*\*/\*` for matching. +fix(glob-matching): add implicit `**/*` to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/**/*` for matching.