mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
9 lines
116 B
JavaScript
9 lines
116 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"src"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
};
|