mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 12:19:55 +02:00
Resolve Review comments
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
4deaffac48
commit
34d200b35d
13 changed files with 332 additions and 136 deletions
|
@ -1,14 +1,11 @@
|
|||
{
|
||||
"extends": "@redhat-actions/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"ES2017"
|
||||
],
|
||||
"outDir": "out",
|
||||
"rootDir": ".",
|
||||
"rootDir": "src/",
|
||||
"outDir": "out/"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
"include": [
|
||||
"src/"
|
||||
],
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue