1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-16 05:30:01 +08:00
setup-node/node_modules/jest-leak-detector/tsconfig.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

11 lines
167 B
JSON

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