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

This commit is contained in:
ZHAO Jinxiang 2020-09-11 14:29:27 +08:00
parent ffca8b9634
commit adf97b09cf

2
monaco.d.ts vendored
View file

@ -6232,7 +6232,7 @@ declare namespace monaco.languages.typescript {
interface MapLike<T> {
[index: string]: T;
}
declare type CompilerOptionsValue =
type CompilerOptionsValue =
| string
| number
| boolean