buildah-build/tsconfig.json
divyansh42 48975824e7 Add feature to tag image with multiple tags
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-01-25 11:50:26 +05:30

10 lines
No EOL
163 B
JSON

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