diff --git a/tsconfig.json b/tsconfig.json index d0c5d73..6b0888c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,7 @@ ] }, "include": [ - "./src/**/*.ts", - "./test/**/*.ts", + "./src/**/*.ts" ], "exclude": [ "node_modules"