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

8 lines
111 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}