setup-node/node_modules/jest-worker/tsconfig.json

8 lines
111 B
JSON
Raw Normal View History

2020-01-24 16:30:50 -05:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}