1
0
mirror of https://github.com/actions/setup-node synced 2025-06-04 22:27:42 +00:00
setup-node/node_modules/jest-jasmine2/tsconfig.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

21 lines
498 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../expect"},
{"path": "../jest-each"},
{"path": "../jest-environment"},
{"path": "../jest-matcher-utils"},
{"path": "../jest-message-util"},
{"path": "../jest-runtime"},
{"path": "../jest-snapshot"},
{"path": "../jest-test-result"},
{"path": "../jest-types"},
{"path": "../jest-util"},
{"path": "../pretty-format"}
]
}