mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Callbacks via EventEmitter + possible memory leak fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"lib": ["es2019", "esnext.array"]
|
||||
"lib": ["es2020", "esnext.array"]
|
||||
},
|
||||
"include": ["src/*/*.ts"],
|
||||
"exclude": ["node_modules", "src/Tests/*", "src/Binary/GenerateStatics.ts"]
|
||||
|
||||
Reference in New Issue
Block a user