From e81d8c42052a426798c80cab85fa56f24731c9ba Mon Sep 17 00:00:00 2001 From: TheFedaikin Date: Sun, 17 Sep 2023 21:55:40 +0300 Subject: [PATCH] feat(tsconfig): deprecate node 16 (#96) --- 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,