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 c0d33e5 commit 0e72fe0Copy full SHA for 0e72fe0
src/app/src/utils/monaco.ts
@@ -18,7 +18,7 @@ export const setupMonaco = createSingletonPromise(async () => {
18
window.document.head.appendChild(styleEl)
19
}
20
21
- const monaco = await init()
+ const monaco: Monaco = await init()
22
23
return {
24
editor: monaco.editor,
0 commit comments