From be3f738e44c7a820e967f12a617ea57fb766e387 Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Mon, 8 Jul 2024 14:40:51 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20smaller=20bundle=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9fd14e0..0ec8fb5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES6", + "target": "ES2020", "module": "NodeNext", "jsx": "react", "esModuleInterop": true,