mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix compilation errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"experimentalDecorators": true,
|
||||
"allowJs": true,
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"outDir": "lib",
|
||||
"strict": false,
|
||||
@@ -14,6 +14,6 @@
|
||||
"declaration": true,
|
||||
"lib": ["es2020", "esnext.array"]
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": ["./src/**/*.ts"],
|
||||
"exclude": ["node_modules", "src/Tests/*", "src/Binary/GenerateStatics.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user