Skip to content

Commit 220c1ca

Browse files
authored
Fixes #5113 (#5118)
1 parent 1b175c7 commit 220c1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/typescript/monaco.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type CompilerOptionsValue =
6767
| null
6868
| undefined;
6969

70-
interface CompilerOptions {
70+
export interface CompilerOptions {
7171
allowJs?: boolean;
7272
allowSyntheticDefaultImports?: boolean;
7373
allowUmdGlobalAccess?: boolean;

0 commit comments

Comments
 (0)