File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ private void setupFilters() {
404
404
patterns .add ("**/*.view.json" ); // SAP UI5
405
405
patterns .add ("**/manifest.json" );
406
406
patterns .add ("**/package.json" );
407
- patterns .add ("**/tsconfig*.json" );
407
+ patterns .add ("**/* tsconfig*.json" );
408
408
patterns .add ("**/codeql-javascript-*.json" );
409
409
410
410
// include any explicitly specified extensions
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ public void setupMatchers(ArgsParser ap) {
307
307
// extract TypeScript if `--typescript` or `--typescript-full` was specified
308
308
if (getTypeScriptMode (ap ) != TypeScriptMode .NONE ) {
309
309
addIncludesFor (includes , FileType .TYPESCRIPT );
310
- includes .add ("**/tsconfig*.json" );
310
+ includes .add ("**/* tsconfig*.json" );
311
311
}
312
312
313
313
// add explicit include patterns
You can’t perform that action at this time.
0 commit comments