Fix the export on TestServerHostCreationParameters to fix build break after LKG

Its not detected currently is because LKG doesnt have #32156
This commit is contained in:
Sheetal Nandi 2019-07-16 11:38:09 -07:00
parent 664671cf49
commit dc38aceb02

View file

@ -30,7 +30,7 @@ interface Array<T> {}`
return combinePaths(getDirectoryPath(libFile.path), "tsc.js");
}
interface TestServerHostCreationParameters {
export interface TestServerHostCreationParameters {
useCaseSensitiveFileNames?: boolean;
executingFilePath?: string;
currentDirectory?: string;