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