fix: updated npmrc with hoist patterns (#8271)
This commit is contained in:
parent
2240ac0e74
commit
a3e651854a
2 changed files with 13 additions and 1 deletions
7
.npmrc
7
.npmrc
|
|
@ -45,3 +45,10 @@ prefer-frozen-lockfile = true
|
|||
|
||||
# Use isolated linker (best compatibility with Node ecosystem tools)
|
||||
node-linker = isolated
|
||||
|
||||
# Hoist commonly used tools to the root to prevent duplicates and speed up resolution
|
||||
public-hoist-pattern[] = typescript
|
||||
public-hoist-pattern[] = eslint
|
||||
public-hoist-pattern[] = *@plane/*
|
||||
public-hoist-pattern[] = vite
|
||||
public-hoist-pattern[] = turbo
|
||||
Loading…
Add table
Add a link
Reference in a new issue