From ab054e4a38e15f421262c47d8952e545ecc18588 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 24 Nov 2022 13:26:44 +0100 Subject: [PATCH] chore: add npmrc to fix type building issues with shamefully-hoist --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..b8c0a6448 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +strict-peer-dependencies=false +shamefully-hoist=true