UNPKG

react-spit

Version:

Data handling, the easy way

18 lines (17 loc) 268 B
module.exports = { "roots": [ "<rootDir>/src" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], }