forked from vercel/turborepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmrc
More file actions
16 lines (16 loc) · 643 Bytes
/
Copy path.npmrc
File metadata and controls
16 lines (16 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
auto-install-peers = true
hoist-pattern[]=vfile-message
hoist-pattern[]=react
hoist-pattern[]=react-dom
hoist-pattern[]=eslint-import-resolver-typescript
hoist-pattern[]=eslint-import-resolver-node
hoist-pattern[]=@typescript-eslint/parser
# Hoist mermaid's peer dependencies for langium compatibility
hoist-pattern[]=@chevrotain/regexp-to-ast
hoist-pattern[]=vscode-jsonrpc
hoist-pattern[]=vscode-languageserver-types
# @vercel/geistdocs/styles.css does `@import "tailwindcss"`, which postcss
# resolves relative to the geistdocs package; hoist it so that resolves.
hoist-pattern[]=tailwindcss
resolution-mode=highest
dedupe-direct-deps=true