JS: Bugfix in tsconfig file inclusion handling

This commit is contained in:
Asger Feldthaus
2021-04-01 16:03:13 +01:00
parent 564a6873f8
commit acc28df785
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ public class ParsedProject {
/** Absolute paths to the files included in this project. */
public Set<File> getOwnFiles() {
return allFiles;
return ownFiles;
}
/** Absolute paths to the files included in or referenced by this project. */