mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
|
|
module.exports = {
|
||
|
|
"roots": [
|
||
|
|
"src"
|
||
|
|
],
|
||
|
|
"transform": {
|
||
|
|
"^.+\\.ts$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
|
||
|
|
},
|
||
|
|
};
|