UNPKG

background-process-js

Version:
14 lines (13 loc) 270 B
{ "rootDir": "src", "testTimeout": 500000, "testEnvironment": "node", "testRegex": ".*\\.test\\.ts$", "moduleFileExtensions": ["ts", "js", "json"], "moduleNameMapper": { "src/(.*)": "<rootDir>/$1" }, "transform": { "^.+\\.tsx?$": "ts-jest" } }