1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-15 13:10:00 +08:00
setup-node/node_modules/@jest/console/tsconfig.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

11 lines
169 B
JSON

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