export interface CodeEditorSettings {
    editorVersion?: string;
    baseUrl?: string;
    typingsWorkerUrl?: string;
}
