Skip to content

Commit

Permalink
chore: remove unused source file from tsconfig (#612)
Browse files Browse the repository at this point in the history
## This PR

- remove unused source file from tsconfig

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Oct 24, 2023
1 parent 8442760 commit 8e873a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@
},
"include": [
"./src/**/*"
,
"../server/src/transaction-context"
],
],
"exclude": [
"node_modules",
"**/*.test.js"
]
}
}

0 comments on commit 8e873a3

Please sign in to comment.