mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Updates
-Removed unread messages while connecting -Added KeyedDB integration -pdf mimetype fix + mimetype can be string now
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"noImplicitThis": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true
|
||||
"declaration": true,
|
||||
"lib": ["es2019", "esnext.array"]
|
||||
},
|
||||
"include": ["src/*/*.ts"],
|
||||
"exclude": ["node_modules", "src/*/Tests.ts"]
|
||||
|
||||
Reference in New Issue
Block a user