ci: change custom github actions target back to es5

This commit is contained in:
Elliot DeNolf
2025-03-03 10:08:13 -05:00
parent a15c38f665
commit fd1a4f689e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2022", "target": "es5",
"lib": ["es2020.string"], "lib": ["es2020.string"],
"noEmit": true, "noEmit": true,
"strict": true, "strict": true,

View File

@@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2022", "target": "es5",
"lib": ["es2020.string"], "lib": ["es2020.string"],
"noEmit": true, "noEmit": true,
"strict": true, "strict": true,