diff --git a/tsconfig.json b/tsconfig.json index 89651654..fda4bdff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ "./node_modules/@types" ], "exclude": [ - "node_modules" + "node_modules", + "./src/**/*.spec.ts", + "./src/testHelpers" ], "include": [ "./src/**/*.ts",