From b9543cf3bb029f8f558c2650ef57e8d200f2bcdc Mon Sep 17 00:00:00 2001 From: monosans Date: Wed, 28 Jun 2023 00:38:22 +0300 Subject: [PATCH] Set TypeScript target to ES2020 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f065ff1..c7ce4a6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2022", + "target": "ES2020", "module": "commonjs", "removeComments": true,