mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-05-15 15:59:53 +02:00
First commit 🚀
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
commit
565d575198
20 changed files with 6476 additions and 0 deletions
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "@redhat-actions/tsconfig",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src/",
|
||||
"outDir": "out/"
|
||||
},
|
||||
"include": [
|
||||
"src/"
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue