Преглед изворни кода

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