diff --git a/tsconfig.json b/tsconfig.json index 2db14d9..85e2d71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,6 @@ "include": [ "src", "test", - ] + ], + "exclude": ["**/node_modules", "node_modules"] }