Remove 'as any'

This commit is contained in:
Jeremy Kolb 2020-08-09 18:09:27 -04:00
parent 7252babc13
commit 58c97bdcbf

View file

@ -129,7 +129,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
);
}
} as any
}
};
const client = new lc.LanguageClient(