mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add --module node18 (#60722)
This commit is contained in:
@@ -600,6 +600,7 @@ export const moduleOptionDeclaration: CommandLineOptionOfCustomType = {
|
||||
es2022: ModuleKind.ES2022,
|
||||
esnext: ModuleKind.ESNext,
|
||||
node16: ModuleKind.Node16,
|
||||
node18: ModuleKind.Node18,
|
||||
nodenext: ModuleKind.NodeNext,
|
||||
preserve: ModuleKind.Preserve,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user