mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Javascript Extractor: Update <tt> tages to <code>
This commit is contained in:
@@ -14,7 +14,7 @@ public class ParsedProject {
|
||||
this.allFiles = allFiles;
|
||||
}
|
||||
|
||||
/** Returns the <tt>tsconfig.json</tt> file that defines this project. */
|
||||
/** Returns the <code>tsconfig.json</code> file that defines this project. */
|
||||
public File getTsConfigFile() {
|
||||
return tsConfigFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user