import * as monaco from '@fluentui/monaco-editor/esm/vs/editor/editor.api'; export type ICompilerOptions = monaco.languages.typescript.CompilerOptions; export type IMonacoTextModel = monaco.editor.ITextModel; export type IMonacoEditorOptions = monaco.editor.IEditorOptions;