mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
11 lines
159 B
JavaScript
11 lines
159 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"testMatch": [
|
|
"**/Tests/test.*.+(ts|tsx|js)",
|
|
],
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
},
|
|
} |