fix(build): update test-utils lib to ES2023 to support modern JS features

This commit is contained in:
mkorwel
2026-04-14 19:59:48 -07:00
parent 8ad9efdbb0
commit 36e509bcca
+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,
"tsBuildInfoFile": "../../.cache/test-utils.tsbuildinfo",
"types": ["node"]