From 7d6706b3536d23605b22c093b310d87c2ae72bd4 Mon Sep 17 00:00:00 2001 From: figorr <77553975+figorr@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:56:28 +0200 Subject: [PATCH] Update tsconfig.json Update --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b046c55..20c1c70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2020", // Actualizado a ES2020, o la versión más reciente que soporte tu código + "target": "es2020", // Actualizado a ES2020 "module": "es2020", // Actualizado a ES2020 modules "moduleResolution": "node", "lib": [