From adf97b09cf7ec2028616c77f29f12bb87c08ce2c Mon Sep 17 00:00:00 2001 From: ZHAO Jinxiang Date: Fri, 11 Sep 2020 14:29:27 +0800 Subject: [PATCH] fix: A 'declare' modifier cannot be used in an already ambient context --- monaco.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monaco.d.ts b/monaco.d.ts index bb62b12c..d8897ec8 100644 --- a/monaco.d.ts +++ b/monaco.d.ts @@ -6232,7 +6232,7 @@ declare namespace monaco.languages.typescript { interface MapLike { [index: string]: T; } - declare type CompilerOptionsValue = + type CompilerOptionsValue = | string | number | boolean