8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "esbuild-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
|
|
}
|