add possibility of using multiple connections

This commit is contained in:
Adrian Brzeziński 2024-04-07 15:07:10 +02:00
parent 87a557d8b5
commit fbeb694a4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2021",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",