mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"outDir": "lib",
|
|
"strict": false,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src/*/*.ts"],
|
|
"exclude": ["node_modules", "src/*/Tests.ts"]
|
|
}
|