mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 07:00:57 -05:00
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build"
|
|
},
|
|
// TODO: include `babel-preset-jest` if it's ever in TS even though we don't care about its types
|
|
"references": [
|
|
{"path": "../jest-transform"},
|
|
{"path": "../jest-types"}
|
|
]
|
|
}
|