Skip to content

Commit

Permalink
fix: Reuse monaco IEditorOverrideServices interface
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Jul 20, 2022
1 parent 2947ec5 commit ed25f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup/rollup.types.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interfaceOverride.set('ICodeEditor', 'monaco.editor.ICodeEditor')
interfaceOverride.set('URI', 'monaco.Uri')
interfaceOverride.set('ITextModel', 'monaco.editor.ITextModel')
interfaceOverride.set('vs/editor/common/config/editorOptions:IEditorOptions', 'monaco.editor.IEditorOptions')
interfaceOverride.set('IEditorOverrideServices', 'monaco.editor.IEditorOverrideServices')

export default rollup.defineConfig([
'./dist/types/src/services.d.ts',
Expand Down

0 comments on commit ed25f71

Please sign in to comment.