Function mergeJsonConfigs

  • mergeJsonConfigs<T>(...files: string[]): T
  • Merge multiple JSON configuration files together, with either one of them optionally including comments. All comments and whitespace will be stripped out, leaving just the merged data. Conflicting keys in earlier files will be rewritten by the data in later files.

    Type Parameters

    • T = any

    Parameters

    • Rest ...files: string[]

    Returns T

Generated using TypeDoc