We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499803 commit 825826fCopy full SHA for 825826f
src/typingsInstaller/nodeTypingsInstaller.ts
@@ -81,7 +81,7 @@ interface ExecSyncOptions {
81
encoding: "utf-8";
82
}
83
84
-export class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
+class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
85
private readonly npmPath: string;
86
readonly typesRegistry: Map<string, MapLike<string>>;
87
0 commit comments