소스 검색

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