1
0
Files

13 lines
236 B
JSON
Raw Permalink Normal View History

2020-05-15 15:25:57 -04:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../diff-sequences"},
{"path": "../jest-get-type"},
{"path": "../pretty-format"}
]
}