Skip to content

Commit 9e20ce8

Browse files
committed
fix: Add missing type export
1 parent 54040e1 commit 9e20ce8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
1+
import { MessageTransports, TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
22
import 'proxy-polyfill'
33
import type { WorkspaceFolder } from 'vscode'
44
import { CodinGameInfrastructure, Infrastructure } from './infrastructure'
@@ -26,5 +26,6 @@ export type {
2626
WorkspaceFolder,
2727
TextDocument,
2828
TextDocumentSaveReason,
29-
LanguageClientOptions
29+
LanguageClientOptions,
30+
MessageTransports
3031
}

0 commit comments

Comments
 (0)