mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 07:21:22 +00:00
11 lines
No EOL
168 B
JSON
11 lines
No EOL
168 B
JSON
{
|
|
"extends": "@redhat-actions/tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "src/",
|
|
"outDir": "out/"
|
|
},
|
|
"include": [
|
|
"src/"
|
|
],
|
|
}
|
|
|