mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Fix one missing case
This commit is contained in:
parent
7747977e3a
commit
9d14e8283a
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ export interface ICreateData {
|
||||||
compilerOptions: ts.CompilerOptions;
|
compilerOptions: ts.CompilerOptions;
|
||||||
extraLibs: IExtraLibs;
|
extraLibs: IExtraLibs;
|
||||||
customWorkerPath?: string;
|
customWorkerPath?: string;
|
||||||
inlayHintsOptions?: ts.InlayHintsOptions;
|
inlayHintsOptions?: ts.UserPreferences;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The shape of the factory */
|
/** The shape of the factory */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue