From e59a9ab98103410e168afd882b1410434034c643 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:06:52 -0500 Subject: [PATCH 1/2] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e8bddbb..785be3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { "outDir": "lib", - "target": "es2015", + "target": "es2023", "module": "CommonJS", "removeComments": true, "allowJs": true, "strict": true, - "lib": ["es2015"], + "lib": ["es2023"], "skipLibCheck": true, }, "include": ["src/**/*.ts"] From 92c3518ea4fa9e227ecd09b8115a745165a715eb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:08:18 -0500 Subject: [PATCH 2/2] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 785be3f..156379b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { "outDir": "lib", - "target": "es2023", + "target": "es2022", "module": "CommonJS", "removeComments": true, "allowJs": true, "strict": true, - "lib": ["es2023"], + "lib": ["es2022"], "skipLibCheck": true, }, "include": ["src/**/*.ts"]