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

pull/2121/head
ZHAO Jinxiang 5 years ago
parent ffca8b9634
commit adf97b09cf

2
monaco.d.ts vendored

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

Loading…
Cancel
Save