hegemonic / jsdoc-baseline

An experimental, extensible template for JSDoc.
Other
61 stars 32 forks source link

Need to merge the config object recursively #156

Open hegemonic opened 9 years ago

hegemonic commented 9 years ago

We need to recursively merge the config object rather than just merging it at the top level. Here's an example of why. Right now, if your config looks like the following, we won't set any value for sourceFiles.generate:

{
  "sourceFiles": {
    "singleLink": true
  }
}