diff --git a/tsconfig.json b/tsconfig.json index 3972919..476f6da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,10 +7,7 @@ "esModuleInterop": true }, "include": [ - "src/**/*" - - ], - "exclude": [ - "src/**/*.spec.ts" + "src/**/*", + "test/**/*" ] }