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.
tsconfig.json
basic
1 parent 619256e commit 281ccf7Copy full SHA for 281ccf7
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -1186,7 +1186,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs)
1186
}
1187
1188
// extract TypeScript projects from 'tsconfig.json'
1189
- if (typeScriptMode == TypeScriptMode.FULL
+ if (typeScriptMode != TypeScriptMode.NONE
1190
&& treatAsTSConfig(file.getFileName().toString())
1191
&& !excludes.contains(file)
1192
&& isFileIncluded(file)) {
0 commit comments