setup-node/node_modules/jest-each/tsconfig.json
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

13 lines
262 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../jest-get-type"},
{"path": "../jest-types"},
{"path": "../jest-util"},
{"path": "../pretty-format"}
]
}