Added helm binary to the Path environment variable

This commit is contained in:
Anumita Shenoy
2019-11-26 17:55:31 +05:30
parent 11c996f4c7
commit fe2c706cad
4 changed files with 24 additions and 3 deletions

View File

@ -22,7 +22,7 @@
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
//"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */