Bump implicit js/ts target to ES2024

This commit is contained in:
Matt Bierner
2025-08-05 10:46:13 -07:00
parent 70233e1400
commit 949aadab93
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"type": "object",
"default": {
"compilerOptions": {
"target": "es2020"
"target": "es2024"
}
}
}