1
0
mirror of https://github.com/actions/setup-node synced 2025-05-21 23:37:45 +00:00
setup-node/node_modules/jest-diff/tsconfig.json
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

13 lines
236 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../diff-sequences"},
{"path": "../jest-get-type"},
{"path": "../pretty-format"}
]
}