diff --git a/tsconfig.json b/tsconfig.json index 9e9476b15..4fc2a0295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "allowJs": true, "outDir": "./dist" }, - "include": ["scripts/**/*", "src/**/*"], + "include": ["scripts/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] } \ No newline at end of file