mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-02-22 18:11:21 +01:00
10 lines
163 B
JSON
10 lines
163 B
JSON
![]() |
{
|
||
|
"extends": "@redhat-actions/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src/",
|
||
|
"outDir": "out/"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/"
|
||
|
],
|
||
|
}
|