2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-06-27 16:25:53 +00:00
podman-push-to-registry/tsconfig.json

11 lines
168 B
JSON
Raw Permalink Normal View History

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