podman-login/tsconfig.json

10 lines
163 B
JSON
Raw Permalink Normal View History

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