setup-kubectl/tsconfig.json

9 lines
129 B
JSON
Raw Permalink Normal View History

2019-09-10 12:10:21 +02:00
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}