Enable strict typescript compilation

This commit is contained in:
Alex Dima 2021-11-17 15:13:49 +01:00
parent a33b7cee5a
commit 4f03f6c4bf
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
12 changed files with 112 additions and 38 deletions

View file

@ -7594,7 +7594,7 @@ declare namespace monaco.languages.html {
readonly contentUnformatted: string;
readonly indentInnerHtml: boolean;
readonly preserveNewLines: boolean;
readonly maxPreserveNewLines: number;
readonly maxPreserveNewLines: number | undefined;
readonly indentHandlebars: boolean;
readonly endWithNewline: boolean;
readonly extraLiners: string;