UNPKG

262 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "src",
5 "outDir": "build"
6 },
7 "references": [
8 {"path": "../jest-get-type"},
9 {"path": "../jest-types"},
10 {"path": "../jest-util"},
11 {"path": "../pretty-format"}
12 ]
13}