From ed431bcca9706fdb293fd168495432c70473e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0vagr?= Date: Tue, 10 Feb 2026 10:23:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20yargs=20types=20to=20dev?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- starter/_base/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/_base/package.json b/starter/_base/package.json index 93b98d3..428e642 100644 --- a/starter/_base/package.json +++ b/starter/_base/package.json @@ -28,6 +28,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.0", "@types/mocha": "^10.0.0", "@types/node": "^24.0.0", + "@types/yargs": "^17.0.35", "eslint": "^8.0.0", "eslint-formatter-gitlab": "^5.0.0", "mocha": "^11.0.0",