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() {
404404 patterns .add ("**/*.view.json" ); // SAP UI5
405405 patterns .add ("**/manifest.json" );
406406 patterns .add ("**/package.json" );
407- patterns .add ("**/tsconfig*.json" );
407+ patterns .add ("**/* tsconfig*.json" );
408408 patterns .add ("**/codeql-javascript-*.json" );
409409
410410 // include any explicitly specified extensions
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ public void setupMatchers(ArgsParser ap) {
307307 // extract TypeScript if `--typescript` or `--typescript-full` was specified
308308 if (getTypeScriptMode (ap ) != TypeScriptMode .NONE ) {
309309 addIncludesFor (includes , FileType .TYPESCRIPT );
310- includes .add ("**/tsconfig*.json" );
310+ includes .add ("**/* tsconfig*.json" );
311311 }
312312
313313 // add explicit include patterns
You can’t perform that action at this time.
0 commit comments