k8s-actions/docker-login/tsconfig.json

9 строки
129 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}