chore(build): standardize all package library targets to ES2023

This commit is contained in:
Christian Gunderman
2026-05-13 09:50:34 -07:00
parent 821cb2be9b
commit a58e3f5654
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"composite": true,
"types": ["node"]
},