From 36900d37a504614a6b99a6a65589e6acea26c426 Mon Sep 17 00:00:00 2001 From: Deniz Kusefoglu Date: Thu, 13 Feb 2020 16:00:32 -0800 Subject: [PATCH] feat(lsp): Add monaco as global --- ui/global.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/global.d.ts b/ui/global.d.ts index 95dac612615..555580a7c7e 100644 --- a/ui/global.d.ts +++ b/ui/global.d.ts @@ -1,5 +1,8 @@ +import {MonacoType} from 'src/types' + // // got some globals here that only exist during compilation // declare module '*.png' +declare let monaco: MonacoType