From 4c95efcb5b886f203851e0b55db87da3d5f97a74 Mon Sep 17 00:00:00 2001 From: himanshu8443 Date: Mon, 16 Jun 2025 22:26:47 +0530 Subject: [PATCH] update TypeScript target version to es2021 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d80a028..2279fd6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "es2021", "module": "commonjs", "rootDir": "./providers", "outDir": "./dist",