diff --git a/tsconfig.json b/tsconfig.json index 01c3af95d099316e63f65fbf201fcd797743d4a4..ca5b7b62540b898473cf62620e301ef8d74ad680 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,13 @@ "scripthost" ] }, + "include": [ + "src/**/*.ts", + "src/**/*.tsx", + "src/**/*.vue", + "tests/**/*.ts", + "tests/**/*.tsx" + ], "exclude": [ "node_modules", "unpackage",