From 61b376c9e4193095c77cceb57e867a0f377490f1 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 20 Aug 2024 15:02:49 -0700 Subject: [PATCH] chore: hoist the types packages --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 5838ce28..f310cfa3 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ package-lock=false lockfile=true +public-hoist-pattern=['*eslint*', '*prettier*', '*@types*']