1
0
Files

11 lines
169 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": "../jest-source-map"}
]
}