Open klren0312 opened 1 year ago
monaco.languages.typescript.javascriptDefaults.addExtraLib( ` declare var editor: EditorType; interface EditorType { query: QueryType; } interface QueryType { text: string; title: string; } ` )