From b3fa4a7ca646010198e15192f33262cf76f84530 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 1 Apr 2026 10:55:22 +0100 Subject: [PATCH] chore: Add blockExoticSubdeps to pnpm config --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..4e555a2 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +block-exotic-subdeps=true