UNPKG

background-process-js

Version:
12 lines 246 B
{ "rootDir": "src", "testEnvironment": "node", "testRegex": ".*\\.spec\\.ts$", "moduleFileExtensions": ["ts", "js", "json"], "moduleNameMapper": { "src/(.*)": "<rootDir>/$1" }, "transform": { "^.+\\.(t|j)s$": "ts-jest" } }