From 0b8210c18d89918e3086e9728810b3f5dfe7b6c2 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 9 Jul 2022 23:03:31 -0500 Subject: [PATCH] Re-add tests to include array --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 96f5d91..280a1e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,9 @@ "include": [ "src/**/*.ts", "src/**/*.tsx", - "src/**/*.vue" + "src/**/*.vue", + "tests/**/*.ts", + "tests/**/*.tsx" ], "exclude": [ "node_modules"