mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
fix: A 'declare' modifier cannot be used in an already ambient context
This commit is contained in:
parent
ffca8b9634
commit
adf97b09cf
1 changed files with 1 additions and 1 deletions
2
monaco.d.ts
vendored
2
monaco.d.ts
vendored
|
|
@ -6232,7 +6232,7 @@ declare namespace monaco.languages.typescript {
|
||||||
interface MapLike<T> {
|
interface MapLike<T> {
|
||||||
[index: string]: T;
|
[index: string]: T;
|
||||||
}
|
}
|
||||||
declare type CompilerOptionsValue =
|
type CompilerOptionsValue =
|
||||||
| string
|
| string
|
||||||
| number
|
| number
|
||||||
| boolean
|
| boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue