File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ function makeServicesHost(
57
57
* getDirectories is also required for full import and type reference completions.
58
58
* Without it defined, certain completions will not be provided
59
59
*/
60
- getDirectories : typescript . sys ? ( < any > typescript . sys ) . getDirectories : undefined ,
60
+ getDirectories : compiler . sys ? ( < any > compiler . sys ) . getDirectories : undefined ,
61
61
62
62
/**
63
63
* For @types expansion, these two functions are needed.
64
64
*/
65
- directoryExists : typescript . sys ? ( < any > typescript . sys ) . directoryExists : undefined ,
65
+ directoryExists : compiler . sys ? ( < any > compiler . sys ) . directoryExists : undefined ,
66
66
getCurrentDirectory : ( ) => process . cwd ( ) ,
67
67
68
68
getCompilationSettings : ( ) => compilerOptions ,
You can’t perform that action at this time.
0 commit comments