mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"src"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
};
|