From a88f613da7e5567dbfdebd7df94f94507c47c6b5 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 27 Sep 2024 08:43:02 -0700 Subject: Add vitests --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index f5068c4..4c214ba 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -25,5 +25,5 @@ "noUnusedParameters": true, "noPropertyAccessFromIndexSignature": true }, - "include": ["vite.config.ts"] + "include": ["vite-env.d.ts", "vite.config.ts"] } -- cgit v1.2.3