From cd1d8dd6ffafe2b140330ba9b46ba58faf348601 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Sat, 19 Jul 2025 02:49:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20vitest=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 66b5e57..ea67970 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,8 @@ { "path": "./tsconfig.app.json" } - ] + ], + "compilerOptions": { + "types": ["vitest"] + } }