From fbeb694a4bb675e011c6a2ca6420656ea43f176a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Sun, 7 Apr 2024 15:07:10 +0200 Subject: [PATCH] add possibility of using multiple connections --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index df682b4..c2ecc5c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "ES2021", "module": "commonjs", "declaration": true, "outDir": "./lib",