浏览代码

fix: A 'declare' modifier cannot be used in an already ambient context

ZHAO Jinxiang 4 年之前
父节点
当前提交
adf97b09cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      monaco.d.ts

+ 1 - 1
monaco.d.ts

@@ -6232,7 +6232,7 @@ declare namespace monaco.languages.typescript {
     interface MapLike<T> {
         [index: string]: T;
     }
-    declare type CompilerOptionsValue =
+    type CompilerOptionsValue =
         | string
         | number
         | boolean