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/"
],
}