From 38a5d22c41b57e09a09d5e1c1d7ae727381d1b22 Mon Sep 17 00:00:00 2001 From: Anton Kastritskii Date: Sat, 12 Oct 2024 19:26:52 +0000 Subject: [PATCH] Update typescript target according to supported nodejs version --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2742983..ca03321 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "ES2022", "module": "commonjs", "moduleResolution": "node", "declaration": true,