diff --git a/package.json b/package.json
index ff806c7..efbec6e 100644
--- a/package.json
+++ b/package.json
@@ -33,8 +33,15 @@
     "node": ">=10.0.0"
   },
   "private": true,
-  "workspaces": [
-    "web",
-    "api"
-  ]
+  "workspaces": {
+    "packages": [
+      "web",
+      "api"
+    ],
+    "nohoist": [
+      "**/babel**",
+      "**/eslint**",
+      "**/jest"
+    ]
+  }
 }