From 4e4b59b2942c98b4e4277f3878a0a70e761c0d55 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Sun, 29 Nov 2020 13:05:18 +0900 Subject: [PATCH] test: fix failing test --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 935276c6a885..350baedb8e33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "shared/*": ["src/shared/*"], "tests/*": ["__tests__/*"], "/@shared/*": ["src/client/shared/*"], - "/@types/*": ["types/*"] + "/@types/*": ["types/*"], + "vitepress": ["src/client/app/exports.ts"] } }, "include": [