mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update tsconfig.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es6",
|
"target": "es5",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
@@ -13,4 +13,4 @@
|
|||||||
},
|
},
|
||||||
"include": ["*.ts"],
|
"include": ["*.ts"],
|
||||||
"exclude": ["node_modules", "*/Tests.ts"]
|
"exclude": ["node_modules", "*/Tests.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user