mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{"path": "../jest-environment"},
|
|
{"path": "../jest-fake-timers"},
|
|
{"path": "../jest-mock"},
|
|
{"path": "../jest-types"},
|
|
{"path": "../jest-util"}
|
|
]
|
|
}
|