update to latest monaco-typescript

This commit is contained in:
Alex Dima 2020-09-11 13:07:23 +02:00
parent adf97b09cf
commit 5acd328185
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 5 additions and 5 deletions

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