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:
Matt Bierner
2025-08-05 10:40:33 -07:00
parent 70233e1400
commit 30b93b1217
14 changed files with 35 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "./out",
"lib": [
"ES2020",
"ES2024",
"WebWorker"
],
"module": "Node16",