push-to-registry/tsconfig.json
divyansh42 34d200b35d Resolve Review comments
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-01-19 01:14:37 +05:30

11 lines
No EOL
168 B
JSON

{
"extends": "@redhat-actions/tsconfig",
"compilerOptions": {
"rootDir": "src/",
"outDir": "out/"
},
"include": [
"src/"
],
}