Files
2020-05-03 13:15:26 -05:00

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"]
}