Update target for build and test scripts

This commit is contained in:
Matt Bierner
2025-08-04 17:28:08 -07:00
parent 214eb8e7e9
commit e51d57aa5c
6 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"target": "es2020",
"target": "es2024",
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,