mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Bump extensions to target es2024
I reviewed the various changes and library additions of es2024 and it seems they are widely supported across node and modern browsers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"lib": [
|
||||
"ES2020",
|
||||
"ES2024",
|
||||
"WebWorker"
|
||||
],
|
||||
"module": "Node16",
|
||||
|
||||
Reference in New Issue
Block a user