This commit is contained in:
Ryan Cavanaugh
2016-09-19 18:20:50 -07:00
parent 46dfd68ef8
commit c0806439ea
6 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -1188,7 +1188,7 @@ namespace ts {
/*
* LS host can optionally implement these methods to support automatic updating when new type libraries are installed
*/
getTypeRootsVersion(): number;
getTypeRootsVersion?(): number;
/*
* LS host can optionally implement this method if it wants to be completely in charge of module name resolution.