#################### # super strict mode #################### auto-install-peers=false strict-peer-dependents=true resolve-peers-from-workspace-root=false ################ # Optimizations ################ # Less strict, but required for tooling to not barf on duplicate peer trees. # (many libraries declare the same peers, which resolve to the same # versions) dedupe-peer-dependents=true public-hoist-pattern[]=ember-source ################ # Compatibility ################ # highest is what everyone is used to, but # not ensuring folks are actually compatible with declared ranges. resolution-mode=highest ################ # Misc ################ verify-deps-before-run=install # always verify deps before running any scripts