UNPKG

memo-storage

Version:
8 lines (7 loc) 193 B
module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "(/tests/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };