mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Bump main build target to es2024
The es2024 library additions are now widely supported in node 22 and in modern browsers
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
"exactOptionalPropertyTypes": false,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"target": "es2022",
|
||||
"target": "ES2024",
|
||||
"useDefineForClassFields": false,
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"ES2024",
|
||||
"DOM",
|
||||
"DOM.Iterable",
|
||||
"WebWorker.ImportScripts"
|
||||
|
||||
Reference in New Issue
Block a user