mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Fix compilation error
This commit is contained in:
parent
3979a669f3
commit
6fc362e75a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@ registerLanguage({
|
|||
extensions: ['.ts', '.tsx'],
|
||||
aliases: ['TypeScript', 'ts', 'typescript'],
|
||||
mimetypes: ['text/typescript'],
|
||||
loader: () => _monaco.Promise.wrap(import('./typescript'))
|
||||
loader: () => _monaco.Promise.wrap(<Promise<any>>import('./typescript'))
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue