mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
Bump implicit js/ts target to ES2024
This commit is contained in:
parent
70233e1400
commit
949aadab93
@ -258,7 +258,7 @@
|
||||
},
|
||||
"js/ts.implicitProjectConfig.target": {
|
||||
"type": "string",
|
||||
"default": "ES2022",
|
||||
"default": "ES2024",
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.target%",
|
||||
"enum": [
|
||||
"ES3",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"default": {
|
||||
"compilerOptions": {
|
||||
"target": "es2020"
|
||||
"target": "es2024"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user