We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ba22e commit 7a81e48Copy full SHA for 7a81e48
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -404,7 +404,7 @@ private void setupFilters() {
404
patterns.add("**/*.view.json"); // SAP UI5
405
patterns.add("**/manifest.json");
406
patterns.add("**/package.json");
407
- patterns.add("**/tsconfig*.json");
+ patterns.add("**/*tsconfig*.json");
408
patterns.add("**/codeql-javascript-*.json");
409
410
// include any explicitly specified extensions
0 commit comments