UNPKG

155 BJSONView Raw
1{
2 "transform": {
3 "^.+\\.(t|j)sx?$": "ts-jest"
4 },
5 "testRegex": "test.ts$",
6 "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
7}