setup-kubectl/tsconfig.json
2019-09-10 15:40:21 +05:30

9 lines
No EOL
129 B
JSON

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