diff --git a/tsconfig.json b/tsconfig.json index 79d47e3..2f26aac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "skipLibCheck": true, "newLine": "lf" }, - "include": [ "/src/**/*" ] -} \ No newline at end of file + "exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"] +}