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