diff --git a/packages/shared/tsconfig.json b/packages/shared/tsconfig.json index 16a0c4d59..624fa2800 100644 --- a/packages/shared/tsconfig.json +++ b/packages/shared/tsconfig.json @@ -98,11 +98,9 @@ }, "include": [ "./src/**/*" -, -"../server/src/transaction-context" -], + ], "exclude": [ "node_modules", "**/*.test.js" ] -} \ No newline at end of file +}