mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 18:19:35 +01: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"}
|
||
|
]
|
||
|
}
|