From 73379589230aefee75dd6807d858e5c313c133c1 Mon Sep 17 00:00:00 2001 From: Danil Tarasov Date: Sun, 17 Sep 2023 21:05:02 +0300 Subject: [PATCH] feat(tsconfig): deprecate node 16 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 36c7929..5307370 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "outDir": "dist", "strict": true, - "target": "es2020", + "target": "es2022", "module": "commonjs", "moduleResolution": "node", "declaration": true,