1
0
Эх сурвалжийг харах

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

ZHAO Jinxiang 4 жил өмнө
parent
commit
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