mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
8 lines
224 B
JSON
8 lines
224 B
JSON
{
|
|
"rootDir": "src",
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
|
|
} |