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