k8s-set-context/tsconfig.json
rgsubh 41bde4ee53
Setup for L0 Testcases (#8)
* Setup for L0 Testcases

* Issue Fix

* Issue Fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Install dependencies in all runs

* To get review on the approach of installing only dev-dep in case of releases

* Removed npm build, using just install
2020-06-19 15:22:36 +05:30

10 lines
149 B
JSON

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