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"