1
0
mirror of https://github.com/actions/setup-node synced 2025-06-07 23:57:42 +00:00
setup-node/node_modules/expect/tsconfig.json
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

15 lines
311 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../jest-get-type"},
{"path": "../jest-matcher-utils"},
{"path": "../jest-message-util"},
{"path": "../jest-regex-util"},
{"path": "../jest-types"}
]
}