10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-11 09:14:20 +00:00

Added L0 tests and fixed some minor issues. (#20)

This commit is contained in:
Sundar 2021-03-26 13:08:55 +05:30 committed by GitHub
parent d315e938e1
commit e77e49c8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 6335 additions and 20 deletions

View file

@ -45,7 +45,7 @@
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */