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 1b175c7 commit 33863fdCopy full SHA for 33863fd
src/language/typescript/monaco.contribution.ts
@@ -67,7 +67,7 @@ type CompilerOptionsValue =
67
| null
68
| undefined;
69
70
-interface CompilerOptions {
+export interface CompilerOptions {
71
allowJs?: boolean;
72
allowSyntheticDefaultImports?: boolean;
73
allowUmdGlobalAccess?: boolean;
0 commit comments