UNPKG
kubecfg
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.1
1.0.0
Helper tool to configure environment variables for Kubectl
github.com/jakkaj/kubecfg
jakkaj/kubecfg
kubecfg
/
src
/
tsconfig.json
12 lines
(11 loc)
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"noImplicitAny"
:
false
,
"sourceMap"
:
true
,
"outDir"
:
"../_output"
,
"experimentalDecorators"
:
true
,
"watch"
:
true
}
}