mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Merge 28e5a43b38 into ec78a33c7b
This commit is contained in:
commit
fd142cb563
1 changed files with 5 additions and 1 deletions
|
|
@ -49,7 +49,11 @@ export enum ScriptTarget {
|
|||
|
||||
export enum ModuleResolutionKind {
|
||||
Classic = 1,
|
||||
NodeJs = 2
|
||||
NodeJs = 2,
|
||||
Node10 = 2,
|
||||
Node16 = 3,
|
||||
NodeNext = 99,
|
||||
Bundler = 100
|
||||
}
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue