1
0
mirror of https://github.com/actions/setup-node synced 2025-05-31 04:07:47 +00:00
setup-node/node_modules/jest-watcher/tsconfig.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

13 lines
231 B
JSON

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