setup-node/node_modules/jest-changed-files/tsconfig.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

11 lines
165 B
JSON

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