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 ba90876 commit bdf6507Copy full SHA for bdf6507
1 file changed
components/code-editor/typings.ts
@@ -10,7 +10,7 @@ import IDiffEditorConstructionOptions = editor.IDiffEditorConstructionOptions;
10
11
declare global {
12
interface Window {
13
- MonacoEnvironment: Environment | undefined;
+ MonacoEnvironment?: Environment | undefined;
14
}
15
16
0 commit comments