Skip to content

Commit

Permalink
typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Feb 8, 2024
1 parent e22cb56 commit 2877e05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export class CodeEditorComponent
private _model: monaco.editor.ITextModel;
// private _value = '';

private defaultOptions = {
lineNumbers: true,
private defaultOptions: monaco.editor.IStandaloneEditorConstructionOptions = {
lineNumbers: 'on',
contextmenu: false,
minimap: {
enabled: false
Expand Down

0 comments on commit 2877e05

Please sign in to comment.