diff --git a/tsconfig.json b/tsconfig.json index 7b44186..ed3b35f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,9 @@ }, "include": [ "src/**/*" + ], + "exclude": [ + "node_modules", + "**/*.spec.ts" ] } \ No newline at end of file