setup-kubectl/tsconfig.json
2020-06-13 12:30:23 +05:30

10 lines
No EOL
149 B
JSON

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