- `rule('**/!(*.module).ts', 'deps', ctx => {});` : 这里的否定查找目前不支持 - `rule('**/(tsconfig.json)', '/$1', ctx => {});`: 分组里只有一项匹配时, 无法匹配