Fix compile error if using older ts version

This commit is contained in:
Matt Bierner
2021-01-04 17:55:10 -08:00
parent 4d8895c7b7
commit 69dfa670ef

View File

@@ -6,13 +6,13 @@ declare enum ServerType {
Semantic = 'semantic',
}
declare module 'typescript/lib/protocol' {
interface Response {
readonly _serverType?: ServerType;
}
interface FileReferencesRequest extends FileRequest {
command: CommandTypes.FileReferences;
}
}
interface FileReferencesResponseBody {
/**
* The file locations referencing the symbol.