mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"src"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
|
|
},
|
|
};
|