From 8a599851803ade0cae40e79982666b560f9680a3 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 16 May 2020 22:11:15 +0800 Subject: [PATCH] fix tsc errors --- resources/assets/tests/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/tests/tsconfig.json b/resources/assets/tests/tsconfig.json index 27f92e5f..f26b4eaf 100644 --- a/resources/assets/tests/tsconfig.json +++ b/resources/assets/tests/tsconfig.json @@ -13,7 +13,8 @@ ], "@/views/*": [ "./src/views/*" - ] + ], + "@/*": ["./src/*"] } }, "include": [