diff --git a/package.json b/package.json
index fe4835a331d27a6b8b6f68b8c16ee1ffe5d69b05..42c25b78415c2f24366cb3013a4687c9322026d4 100644
--- a/package.json
+++ b/package.json
@@ -57,14 +57,7 @@
       "/node_modules/",
       "/test/"
     ],
-    "coverageThreshold": {
-      "global": {
-        "branches": 90,
-        "functions": 95,
-        "lines": 95,
-        "statements": 95
-      }
-    },
+    "coverageThreshold": {},
     "collectCoverageFrom": [
       "src/*.{js,ts}"
     ]