buildah-build/tsconfig.json

10 lines
163 B
JSON
Raw Permalink Normal View History

2024-10-25 02:30:23 +02:00
{
"extends": "@redhat-actions/tsconfig",
"compilerOptions": {
"rootDir": "src/",
"outDir": "out/"
},
"include": [
"src/"
],
}