From 7f6472343a7aacf01d05e73463fff83af0f36c1b Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 9 Sep 2018 19:38:47 +0930 Subject: [PATCH] enable typescript validation in src directory Signed-off-by: Alexis Tyler --- themes-default/slim/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes-default/slim/tsconfig.json b/themes-default/slim/tsconfig.json index ea7fb35963..efc48f65b8 100644 --- a/themes-default/slim/tsconfig.json +++ b/themes-default/slim/tsconfig.json @@ -4,7 +4,8 @@ "noImplicitAny": true }, "include": [ - "./static/js/*.js" + "./static/js/*.js", + "./src/**/*.{vue|js}" ], "exclude": [ "node_modules"