From f7a77533240ec435c8a7b103b6f6be409bf995d8 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 9 Jun 2024 10:52:09 +0000 Subject: fix(cli): Fix CLI version in help message. Fixes #139 --- apps/cli/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/cli/tsconfig.json') diff --git a/apps/cli/tsconfig.json b/apps/cli/tsconfig.json index 43577686..bf344404 100644 --- a/apps/cli/tsconfig.json +++ b/apps/cli/tsconfig.json @@ -9,6 +9,7 @@ "strictNullChecks": true, "paths": { "@/*": ["./src/*"] - } + }, + "types": ["vite/client"] } } -- cgit v1.2.3-70-g09d2