mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +01:00
14 lines
No EOL
234 B
JSON
14 lines
No EOL
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"ES2017"
|
|
],
|
|
"outDir": "out",
|
|
"rootDir": ".",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |