Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): _.merge doesn't concat arrays (#314)
- it's a deep merge that merges them by index - the rest of the docs are accurate, just this one mention was incorrect - eventually should move to shallow merge/replace arrays to better reflect how `tsconfig` `extends` works, but just fix the docs for now
- Loading branch information