From 9a11b2579e77ec9ebab05906128d5b423fcc803c Mon Sep 17 00:00:00 2001 From: ramukaritik Date: Tue, 17 Oct 2023 22:13:04 +0530 Subject: [PATCH] added "@types/debug" as a dev dependencies --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 428d10c0..25b201aa 100644 --- a/package.json +++ b/package.json @@ -968,6 +968,7 @@ "@istanbuljs/nyc-config-typescript": "1.0.2", "@types/chai": "^4.2.14", "@types/command-exists": "^1.2.0", + "@types/debug": "^4.1.9", "@types/fs-extra": "^9.0.11", "@types/glob": "^7.1.3", "@types/mocha": "^8.0.3",