Explorar el Código

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

ZHAO Jinxiang hace 4 años
padre
commit
adf97b09cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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