mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-17 15:54:07 +01:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build"
|
|
},
|
|
"references": [
|
|
{"path": "../jest-haste-map"},
|
|
{"path": "../jest-regex-util"},
|
|
{"path": "../jest-types"},
|
|
{"path": "../jest-util"}
|
|
]
|
|
}
|