mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
10 lines
183 B
JSON
10 lines
183 B
JSON
|
|
{
|
||
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
||
|
|
"rootDir": ".",
|
||
|
|
"testEnvironment": "node",
|
||
|
|
"testRegex": ".e2e-spec.ts$",
|
||
|
|
"transform": {
|
||
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
||
|
|
}
|
||
|
|
}
|