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:
Matt Bierner
2025-08-06 15:12:37 -07:00
parent 0dce61c27f
commit 4d9e43384f

View File

@@ -13,10 +13,10 @@
"exactOptionalPropertyTypes": false,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"target": "es2022",
"target": "ES2024",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"ES2024",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"