push-to-registry/tsconfig.json
Luca Stocchi 9a0a0927cd
first implementation push to quay action
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-07 13:04:04 +01:00

14 lines
No EOL
234 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"lib": [
"ES2017"
],
"outDir": "out",
"rootDir": ".",
},
"exclude": [
"node_modules"
]
}