k8s-create-secret/tsconfig.json

10 строки
140 B
JSON

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