From 63edae16c002b32523c1d6a12114fdfa31bffc1e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 27 May 2022 15:48:10 +0800 Subject: [PATCH] chore: add `vitest` to types list, close #370 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 35a1521..a23b171 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "types": [ + "vitest", "vite/client", "vue/ref-macros", "vite-plugin-pages/client",