Procházet zdrojové kódy

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

ZHAO Jinxiang před 4 roky
rodič
revize
adf97b09cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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