From b1e5a9cd2d39704637371e171fe5444ccc67bb0b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 27 Dec 2024 15:41:18 +0700 Subject: [PATCH] chore: bump TypeScript target to ES2024 (#649) Signed-off-by: Alfi Maulana --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7d72427..e5900c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "module": "node16", "declaration": true, "outDir": "dist", - "target": "es2022", + "target": "es2024", "skipLibCheck": true } }