mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Enable strict typescript compilation
This commit is contained in:
parent
a33b7cee5a
commit
4f03f6c4bf
12 changed files with 112 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
2
website/typedoc/monaco.d.ts
vendored
2
website/typedoc/monaco.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue