mirror of https://github.com/actions/setup-python
8 lines
111 B
JSON
8 lines
111 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "build"
|
||
|
}
|
||
|
}
|